mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -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
|
@ -55,8 +55,7 @@ public:
|
|||
explicit ChoicePage( QWidget* parent = nullptr );
|
||||
virtual ~ChoicePage();
|
||||
|
||||
void init( PartitionCoreModule* core,
|
||||
const OsproberEntryList& osproberEntries );
|
||||
void init( PartitionCoreModule* core );
|
||||
|
||||
bool isNextEnabled() const;
|
||||
|
||||
|
@ -83,7 +82,6 @@ private:
|
|||
|
||||
bool m_nextEnabled;
|
||||
PartitionCoreModule* m_core;
|
||||
OsproberEntryList m_osproberEntries;
|
||||
|
||||
QMutex m_previewsMutex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue