mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -25,9 +25,8 @@ namespace BlackMisc
|
||||
class CEventHotkeyFunction : public BlackMisc::CValueObject
|
||||
{
|
||||
public:
|
||||
|
||||
//! Default constructor.
|
||||
CEventHotkeyFunction();
|
||||
CEventHotkeyFunction() = default;
|
||||
|
||||
//! Constructor.
|
||||
CEventHotkeyFunction(CHotkeyFunction func, bool argument);
|
||||
|
||||
Reference in New Issue
Block a user