mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[partition] Idiomatic use of Calamares::JobList
This commit is contained in:
parent
e2b71e669e
commit
8d451622db
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue