mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
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:
committed by
Mathew Sutcliffe
parent
3a2618fadb
commit
9749bb5d31
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user