Reapply the action choice instead.

This commit is contained in:
Teo Mrnjavac 2016-06-29 18:46:02 +02:00
parent b2b202d190
commit 2c68802446
3 changed files with 4 additions and 7 deletions

View file

@ -65,6 +65,7 @@ public:
Choice currentChoice() const;
void onLeave();
void applyActionChoice( ChoicePage::Choice choice );
signals:
void nextStatusChanged( bool );
@ -84,7 +85,6 @@ private:
void applyDeviceChoice();
void continueApplyDeviceChoice();
void updateDeviceStatePreview();
void applyActionChoice( ChoicePage::Choice choice );
void updateActionChoicePreview( ChoicePage::Choice choice );
void setupActions();
OsproberEntryList getOsproberEntriesForDevice( Device* device ) const;