diff options
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r-- | dinput/keybinding-worker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index 70914f92..0f4788af 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -25,7 +25,7 @@ bool Key::should_process() KeybindingWorker::~KeybindingWorker() { - qDebug() << "exit: destroying keybinding worker"; + qDebug() << "exit: keybinding worker"; should_quit = true; wait(); |