mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Rearrange asynchronous scan in PartitionCoreModule a bit.
This commit is contained in:
parent
92eb947cc5
commit
45f6e6c55b
3 changed files with 17 additions and 6 deletions
|
@ -64,6 +64,8 @@ public:
|
|||
PartitionCoreModule( QObject* parent = nullptr );
|
||||
~PartitionCoreModule();
|
||||
|
||||
void init();
|
||||
|
||||
DeviceModel* deviceModel() const;
|
||||
|
||||
PartitionModel* partitionModelForDevice( Device* device ) const;
|
||||
|
@ -159,7 +161,7 @@ private:
|
|||
bool m_isDirty = false;
|
||||
QString m_bootLoaderInstallPath;
|
||||
|
||||
void init();
|
||||
void doInit();
|
||||
void updateHasRootMountPoint();
|
||||
void updateIsDirty();
|
||||
void scanForEfiSystemPartitions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue