|
|
@ -97,15 +97,12 @@ private:
|
|
|
|
bool m_hasRootMountPoint = false;
|
|
|
|
bool m_hasRootMountPoint = false;
|
|
|
|
QString m_bootLoaderInstallPath;
|
|
|
|
QString m_bootLoaderInstallPath;
|
|
|
|
|
|
|
|
|
|
|
|
void listDevices();
|
|
|
|
|
|
|
|
void updateHasRootMountPoint();
|
|
|
|
void updateHasRootMountPoint();
|
|
|
|
|
|
|
|
|
|
|
|
void dumpQueue() const;
|
|
|
|
void dumpQueue() const;
|
|
|
|
|
|
|
|
|
|
|
|
DeviceInfo* infoForDevice( Device* ) const;
|
|
|
|
DeviceInfo* infoForDevice( Device* ) const;
|
|
|
|
|
|
|
|
|
|
|
|
void updateBootLoaderModel();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
|
|
|
|
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|