mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Move osprober management out of ctor.
This commit is contained in:
parent
a2f1d49983
commit
905835295a
2 changed files with 57 additions and 46 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "viewpages/ViewStep.h"
|
||||
#include "PluginDllMacro.h"
|
||||
#include "OsproberEntry.h"
|
||||
|
||||
class ChoicePage;
|
||||
class EraseDiskPage;
|
||||
|
@ -69,6 +70,7 @@ public:
|
|||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
private:
|
||||
OsproberEntryList runOsprober();
|
||||
bool canBeResized( const QString& partitionPath );
|
||||
|
||||
PartitionCoreModule* m_core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue