diff options
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r-- | dinput/keybinding-worker.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index 14676c05..0ceca789 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -10,6 +10,7 @@ #include "keybinding-worker.hpp" #include "compat/macros.hpp" +#include "compat/thread-name.hpp" #include <QDebug> #include <QMutexLocker> @@ -112,6 +113,8 @@ KeybindingWorker& KeybindingWorker::make() void KeybindingWorker::run() { + portable::set_curthread_name("keybinding worker"); + while (!isInterruptionRequested()) { { |