Make doAlongsideApply public in ChoicePage.
This commit is contained in:
parent
27d69502a3
commit
5242536b2a
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user