diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-25 06:55:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-25 06:57:30 +0200 |
commit | 61b6c69b3f36ebea142a55d0eb37601d99bcd522 (patch) | |
tree | 31010807b502132aa35c0af07e78e0a4c533bbb4 /opentrack/global-shortcuts.h | |
parent | e646166be460dce1553360463992d3df018d1906 (diff) |
shortcuts: add missing keybindings
Diffstat (limited to 'opentrack/global-shortcuts.h')
-rw-r--r-- | opentrack/global-shortcuts.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opentrack/global-shortcuts.h b/opentrack/global-shortcuts.h index 2b25321b..8167036d 100644 --- a/opentrack/global-shortcuts.h +++ b/opentrack/global-shortcuts.h @@ -1,5 +1,7 @@ #pragma once +#ifdef _WIN32 + struct win_key; extern QList<win_key> windows_key_mods; @@ -12,3 +14,5 @@ struct win_key Qt::Key qt; static bool from_qt(QKeySequence qt_, int& dik, Qt::KeyboardModifiers &mods); }; + +#endif |