Make findPartitionByMountPoint public.

This commit is contained in:
Teo Mrnjavac 2016-03-09 12:52:43 +01:00
parent 182ff03e04
commit be9ec27350

View File

@ -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;