Apply partitioning action choice separately from preview, and update.

This commit is contained in:
Teo Mrnjavac 2015-11-05 15:57:15 +01:00
parent e59418e880
commit 368d3fe747
2 changed files with 26 additions and 6 deletions

View file

@ -70,6 +70,7 @@ private:
Device* selectedDevice();
void applyDeviceChoice();
void updateDeviceStatePreview( Device* currentDevice );
void applyActionChoice( Device* currentDevice, ChoicePage::Choice choice );
void updateActionChoicePreview( Device* currentDevice, ChoicePage::Choice choice );
void setupActions( Device* currentDevice );