diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-18 14:37:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-21 11:11:51 +0100 |
commit | e480306bf3fd8bf603ecc74bdc434e9de924ccb1 (patch) | |
tree | 796711068f0f20c304485c498cf4237324a25346 /qxt-mini/qxtglobalshortcut.cpp | |
parent | 9df0a0cf266cf1afac8170ca36aadbf2e5014191 (diff) |
docs: add doxygen
Diffstat (limited to 'qxt-mini/qxtglobalshortcut.cpp')
-rw-r--r-- | qxt-mini/qxtglobalshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qxt-mini/qxtglobalshortcut.cpp b/qxt-mini/qxtglobalshortcut.cpp index 40a64d80..b680c5f7 100644 --- a/qxt-mini/qxtglobalshortcut.cpp +++ b/qxt-mini/qxtglobalshortcut.cpp @@ -208,7 +208,7 @@ void QxtGlobalShortcutPrivate::activateShortcut(quint32 nativeKey, quint32 nativ */ /*! - \fn QxtGlobalShortcut::activated() + \fn void QxtGlobalShortcut::activated(bool keydown=true) This signal is emitted when the user types the shortcut's key sequence. |