Make doAlongsideApply public in ChoicePage.
This commit is contained in:
parent
27d69502a3
commit
5242536b2a
@ -65,6 +65,8 @@ public:
|
|||||||
|
|
||||||
Choice currentChoice() const;
|
Choice currentChoice() const;
|
||||||
|
|
||||||
|
void doAlongsideApply();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void nextStatusChanged( bool );
|
void nextStatusChanged( bool );
|
||||||
void actionChosen();
|
void actionChosen();
|
||||||
@ -73,7 +75,6 @@ signals:
|
|||||||
private slots:
|
private slots:
|
||||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||||
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
||||||
void doAlongsideApply();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setNextEnabled( bool enabled );
|
void setNextEnabled( bool enabled );
|
||||||
|
Loading…
Reference in New Issue
Block a user