PMUtils is now KPMHelpers. Also fixup after PartUtils refactor.

This commit is contained in:
Teo Mrnjavac 2015-09-18 15:41:07 +02:00
parent 95e87391a4
commit 5f54a56513
23 changed files with 61 additions and 170 deletions

View file

@ -20,8 +20,6 @@
#ifndef PARTITIONVIEWSTEP_H
#define PARTITIONVIEWSTEP_H
#include "OsproberEntry.h"
#include <utils/PluginFactory.h>
#include <viewpages/ViewStep.h>
@ -71,9 +69,6 @@ public:
QList< Calamares::job_ptr > jobs() const override;
private:
OsproberEntryList runOsprober();
bool canBeResized( const QString& partitionPath );
PartitionCoreModule* m_core;
QStackedWidget* m_widget;
ChoicePage* m_choicePage;