diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-21 10:53:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:27:37 +0200 |
commit | 794701e060271c9e9902540a95fc761a71bb37ca (patch) | |
tree | 6b9dda55f612a4240a015cd231556e884770f7f5 /qxt-mini/qxtglobalshortcut.cpp | |
parent | 5ea54b63328d0c743dd8333e35bd4a193421a730 (diff) |
[STABLE] docs: disable for release
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 b680c5f7..40a64d80 100644 --- a/qxt-mini/qxtglobalshortcut.cpp +++ b/qxt-mini/qxtglobalshortcut.cpp @@ -208,7 +208,7 @@ void QxtGlobalShortcutPrivate::activateShortcut(quint32 nativeKey, quint32 nativ */ /*! - \fn void QxtGlobalShortcut::activated(bool keydown=true) + \fn QxtGlobalShortcut::activated() This signal is emitted when the user types the shortcut's key sequence. |