Add the missing handling when user selects a different machine

So far, the case that a user selects a different machine, was not handled
yet.

refs #881
This commit is contained in:
Roland Winklmeier
2017-03-05 14:08:45 +01:00
committed by Mathew Sutcliffe
parent 3a2618fadb
commit 9749bb5d31
2 changed files with 10 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ namespace BlackGui
void ps_combinationSelectionChanged(const BlackMisc::Input::CHotkeyCombination &combination);
void ps_combinationSelectionFinished(const BlackMisc::Input::CHotkeyCombination &combination);
void ps_changeSelectedAction(const QItemSelection &selected, const QItemSelection &deselected);
void changeApplicableMachine(int index);
void ps_accept();
void synchronize();