refs #455 Examples how to register actions

This commit is contained in:
Roland Winklmeier
2015-09-03 16:32:54 +00:00
committed by Mathew Sutcliffe
parent 2636d53b45
commit be7ac1aa74
4 changed files with 19 additions and 1 deletions

View File

@@ -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