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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index 83a867558..0ad97998d 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -50,7 +50,7 @@ class XInputKeyWidget : public QLineEdit {
QList<int> qlButtons;
bool bModified;
XInputKeyWidget(QWidget *p = NULL);
- void setShortcut(GlobalShortcut *gs);
+ void setShortcut(QList<int> ql);
public slots:
void setButton(bool);
void displayKeys();
@@ -67,6 +67,7 @@ class GlobalShortcutXConfig : public ConfigWidget {
public slots:
void save() const;
void load(const Settings &r);
+ bool expert(bool);
};
#define NUM_BUTTONS 0x2ff