diff --git a/src/modules/partition/gui/ChoicePage.h b/src/modules/partition/gui/ChoicePage.h index 6bc4cd26f..353ee141d 100644 --- a/src/modules/partition/gui/ChoicePage.h +++ b/src/modules/partition/gui/ChoicePage.h @@ -65,6 +65,8 @@ public: Choice currentChoice() const; + void doAlongsideApply(); + signals: void nextStatusChanged( bool ); void actionChosen(); @@ -73,7 +75,6 @@ signals: private slots: void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous ); void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous ); - void doAlongsideApply(); private: void setNextEnabled( bool enabled );