mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Make findPartitionByMountPoint public.
This commit is contained in:
parent
182ff03e04
commit
be9ec27350
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue