mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Enqueue all partition jobs when leaving the PartitionViewStep
This commit is contained in:
parent
4916d0cb88
commit
a318ec49fc
7 changed files with 20 additions and 9 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "PluginDllMacro.h"
|
||||
|
||||
class PartitionPage;
|
||||
class PartitionCoreModule;
|
||||
|
||||
class PLUGINDLLEXPORT PartitionViewStep : public Calamares::ViewStep
|
||||
{
|
||||
|
@ -48,6 +49,7 @@ public:
|
|||
bool isAtEnd() const override;
|
||||
|
||||
private:
|
||||
PartitionCoreModule* m_core;
|
||||
PartitionPage* m_widget;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue