Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/GlobalShortcut_unix.h')
-rw-r--r--src/mumble/GlobalShortcut_unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index f03e5138e..69a638f60 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -41,6 +41,7 @@ class GlobalShortcutX : public GlobalShortcutEngine {
Display *display;
volatile bool bRunning;
bool bXevie;
+ QSet<QString> qsKeyboards;
QMap<QString, QFile *> qmInputDevices;
GlobalShortcutX();