diff options
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r-- | dinput/keybinding-worker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index dbe3d75e..e0d09909 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -15,6 +15,8 @@ #include <QDebug> #include <QMutexLocker> +Key::Key() {} + bool Key::should_process() { if (!enabled || (keycode == 0 && guid == "")) |