[partition] Idiomatic use of Calamares::JobList

This commit is contained in:
Adriaan de Groot 2019-05-28 16:39:00 +02:00
parent e2b71e669e
commit 8d451622db
4 changed files with 6 additions and 6 deletions

View file

@ -247,7 +247,7 @@ private:
QScopedPointer< Device > device;
QScopedPointer< PartitionModel > partitionModel;
const QScopedPointer< Device > immutableDevice;
QList< Calamares::job_ptr > jobs;
Calamares::JobList jobs;
// To check if LVM VGs are deactivated
bool isAvailable;