mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Formatting, comments typos, doxygen
This commit is contained in:
@@ -25,9 +25,11 @@ namespace BlackMisc
|
||||
/*
|
||||
* Contains this hotkey function?
|
||||
*/
|
||||
bool CKeyboardKeyList::containsFunction(CKeyboardKey::HotkeyFunction key)
|
||||
bool CKeyboardKeyList::containsFunction(CKeyboardKey::HotkeyFunction function) const
|
||||
{
|
||||
return CSequence::contains(&CKeyboardKey::getFunction, key);
|
||||
return CSequence::contains(&CKeyboardKey::getFunction, function);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user