mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Rework boot loader combo box
List MBR of all devices Does not loose its selection when updated
This commit is contained in:
parent
c9c1917997
commit
ab4604258c
8 changed files with 188 additions and 46 deletions
|
@ -18,6 +18,10 @@
|
|||
#ifndef PMUTILS_H
|
||||
#define PMUTILS_H
|
||||
|
||||
// Qt
|
||||
#include <QList>
|
||||
|
||||
class Device;
|
||||
class Partition;
|
||||
|
||||
namespace PMUtils
|
||||
|
@ -27,6 +31,8 @@ bool isPartitionFreeSpace( Partition* );
|
|||
|
||||
bool isPartitionNew( Partition* );
|
||||
|
||||
Partition* findPartitionByMountPoint( const QList< Device* >& devices, const QString& mountPoint );
|
||||
|
||||
}
|
||||
|
||||
#endif /* PMUTILS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue