summaryrefslogtreecommitdiffhomepage
path: root/dinput/keybinding-worker.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-10-24 18:09:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-10-27 16:42:59 +0200
commit34c787422da0524eba147cabb18dec152d0b2e51 (patch)
tree76e34abbb43dd56c99a7267c4a6b04efdb35ae89 /dinput/keybinding-worker.cpp
parentfcafbe06947bf24f9c9ac2811dcbd123a672a380 (diff)
dinput: use c++14-style initializers
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r--dinput/keybinding-worker.cpp2
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 == ""))