diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-28 08:33:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-28 08:33:04 +0200 |
commit | 149403bf828e83b91e049eca1a4e89ef5874b974 (patch) | |
tree | 795ed54051851b1d5bc0100cbb6f8c2a64621427 /opentrack | |
parent | 6ef230ff01136a1b180fc18e7078502b89d3c23b (diff) |
move header to right place
Diffstat (limited to 'opentrack')
-rwxr-xr-x | opentrack/win32-shortcuts.cpp | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | opentrack/win32-shortcuts.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/opentrack/win32-shortcuts.cpp b/opentrack/win32-shortcuts.cpp index 15e6c66c..d4107949 100755 --- a/opentrack/win32-shortcuts.cpp +++ b/opentrack/win32-shortcuts.cpp @@ -6,7 +6,6 @@ # include <dinput.h> #include <QList> -#include <QKeySequence> #include <QVariant> #include <QDebug> #include "win32-shortcuts.h" 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; |