diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-10 07:33:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-10 07:34:49 +0100 |
commit | 63de4cb4321d94b29d0deb275f0f15c14df1b545 (patch) | |
tree | c85376e4b6b9bf53221ed71a9ab88e5de9361af9 /opentrack/shortcuts.h | |
parent | b08808126f4103c2a34f4cc56f20358a1f5282fd (diff) |
fix build
Issue: #92
Diffstat (limited to 'opentrack/shortcuts.h')
-rw-r--r-- | opentrack/shortcuts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h index 77e40180..541d7699 100644 --- a/opentrack/shortcuts.h +++ b/opentrack/shortcuts.h @@ -59,7 +59,7 @@ typedef unsigned char BYTE; struct Key { int foo; }; #endif -class Shortcuts; +struct Shortcuts; struct KeybindingWorker : public QThread { #ifdef _WIN32 @@ -86,6 +86,7 @@ public: struct Shortcuts : public QObject { Q_OBJECT +public: using K = #ifndef _WIN32 mem<QxtGlobalShortcut> @@ -102,7 +103,6 @@ struct Shortcuts : public QObject { mem<KeybindingWorker> keybindingWorker; #endif -public: struct settings { pbundle b; key_opts center, toggle; |