mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Move Osprober to PCM and add Osprober roles to PartitionModel.
This commit is contained in:
parent
7b66514bf5
commit
0224811bf6
9 changed files with 63 additions and 23 deletions
|
@ -114,6 +114,8 @@ public:
|
|||
|
||||
void dumpQueue() const;
|
||||
|
||||
OsproberEntryList osproberEntries() const;
|
||||
|
||||
Q_SIGNALS:
|
||||
void hasRootMountPointChanged( bool value );
|
||||
void isDirtyChanged( bool value );
|
||||
|
@ -153,6 +155,8 @@ private:
|
|||
DeviceInfo* infoForDevice( Device* ) const;
|
||||
|
||||
Partition* findPartitionByMountPoint( const QString& mountPoint ) const;
|
||||
|
||||
OsproberEntryList m_osproberLines;
|
||||
};
|
||||
|
||||
#endif /* PARTITIONCOREMODULE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue