diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-03 14:52:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-03 14:52:19 +0200 |
commit | 03a164ed74d616e8d5203142ec7e9738c8aae547 (patch) | |
tree | 0c18798947a7a1e8df195ab3c52303511e490bbc /opentrack/win32-shortcuts.h | |
parent | 86df1eb3f75fcc28d215bb0e42844b95a31a1f29 (diff) | |
parent | 149403bf828e83b91e049eca1a4e89ef5874b974 (diff) |
Merge branch 'unstable' into trackhat-ui
* unstable:
move header to right place
shortcuts: whole is _WIN32, don't check twice nested
qfc: move division last
Diffstat (limited to 'opentrack/win32-shortcuts.h')
-rwxr-xr-x[-rw-r--r--] | opentrack/win32-shortcuts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack/win32-shortcuts.h b/opentrack/win32-shortcuts.h index 8167036d..3e824b89 100644..100755 --- a/opentrack/win32-shortcuts.h +++ b/opentrack/win32-shortcuts.h @@ -2,6 +2,8 @@ #ifdef _WIN32 +#include <QKeySequence> + struct win_key; extern QList<win_key> windows_key_mods; |