diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-09 17:14:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-10 03:18:58 +0100 |
commit | 7d101a1c2827b5e7a373fb0d0a68099fb692e55a (patch) | |
tree | 3489a2988806a02a9ef31760116de104f94582c6 /logic/win32-shortcuts.h | |
parent | 674c8a9f1a42b36940551a6ebaf953ad96d379d0 (diff) |
many: spring cleanup
Diffstat (limited to 'logic/win32-shortcuts.h')
-rw-r--r-- | logic/win32-shortcuts.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/logic/win32-shortcuts.h b/logic/win32-shortcuts.h index 4e32c9ea..8cd6bdc9 100644 --- a/logic/win32-shortcuts.h +++ b/logic/win32-shortcuts.h @@ -2,14 +2,10 @@ #ifdef _WIN32 +#include <Qt> #include <QKeySequence> #include "shortcuts.h" -struct win_key; - -extern QList<win_key> windows_key_mods; -extern QList<win_key> windows_key_sequences; - #include "export.hpp" struct OTR_LOGIC_EXPORT win_key |