Skip to content
Snippets Groups Projects
Commit be9ec273 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Make findPartitionByMountPoint public.

parent 182ff03e
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ public:
bool hasRootMountPoint() const;
QList< Partition* > efiSystemPartitions() const;
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
void revert();
void revertAllDevices();
......@@ -165,8 +166,6 @@ private:
DeviceInfo* infoForDevice( Device* ) const;
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
OsproberEntryList m_osproberLines;
QMutex m_revertMutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment