mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #455 Examples how to register actions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2636d53b45
commit
be7ac1aa74
@@ -134,5 +134,9 @@ namespace BlackGui
|
||||
return true;
|
||||
}
|
||||
|
||||
void CSettingsHotkeyComponent::ps_hotkeySlot(bool keyDown)
|
||||
{
|
||||
if (keyDown) QMessageBox::information(this, "Test", "Push-To-Talk");
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user