mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Formatting, comments typos, doxygen
This commit is contained in:
@@ -37,14 +37,15 @@ namespace BlackMisc
|
||||
return QVariant::fromValue(*this);
|
||||
}
|
||||
|
||||
//! \brief contains given hotkey function?
|
||||
bool containsFunction(CKeyboardKey::HotkeyFunction key);
|
||||
//! Contains given hotkey function?
|
||||
bool containsFunction(CKeyboardKey::HotkeyFunction function) const;
|
||||
|
||||
//! \brief Register metadata
|
||||
//! Key for given function
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
/*!
|
||||
* \brief Fill the list with hotkeys
|
||||
* Fill the list with hotkeys
|
||||
* \param reset true, list will be be reset, otherwise values will not be overridde
|
||||
*/
|
||||
void initAsHotkeyList(bool reset = true);
|
||||
|
||||
Reference in New Issue
Block a user