Move osprober management out of ctor.

This commit is contained in:
Teo Mrnjavac 2015-05-28 18:25:38 +02:00
parent a2f1d49983
commit 905835295a
2 changed files with 57 additions and 46 deletions

View file

@ -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;