|
|
@ -99,6 +99,7 @@ public:
|
|
|
|
bool hasRootMountPoint() const;
|
|
|
|
bool hasRootMountPoint() const;
|
|
|
|
|
|
|
|
|
|
|
|
QList< Partition* > efiSystemPartitions() const;
|
|
|
|
QList< Partition* > efiSystemPartitions() const;
|
|
|
|
|
|
|
|
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
|
|
|
|
|
|
|
|
|
|
|
|
void revert();
|
|
|
|
void revert();
|
|
|
|
void revertAllDevices();
|
|
|
|
void revertAllDevices();
|
|
|
@ -165,8 +166,6 @@ private:
|
|
|
|
|
|
|
|
|
|
|
|
DeviceInfo* infoForDevice( Device* ) const;
|
|
|
|
DeviceInfo* infoForDevice( Device* ) const;
|
|
|
|
|
|
|
|
|
|
|
|
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OsproberEntryList m_osproberLines;
|
|
|
|
OsproberEntryList m_osproberLines;
|
|
|
|
|
|
|
|
|
|
|
|
QMutex m_revertMutex;
|
|
|
|
QMutex m_revertMutex;
|
|
|
|