mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
PMUtils is now KPMHelpers. Also fixup after PartUtils refactor.
This commit is contained in:
parent
95e87391a4
commit
5f54a56513
23 changed files with 61 additions and 170 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue