Make findPartitionByMountPoint public.
This commit is contained in:
parent
182ff03e04
commit
be9ec27350
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user