mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Make doAlongsideApply public in ChoicePage.
This commit is contained in:
parent
27d69502a3
commit
5242536b2a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue