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/win32-shortcuts.cpp | |
parent | 6ef230ff01136a1b180fc18e7078502b89d3c23b (diff) |
move header to right place
Diffstat (limited to 'opentrack/win32-shortcuts.cpp')
-rwxr-xr-x | opentrack/win32-shortcuts.cpp | 1 |
1 files changed, 0 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" |