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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index 05a977412..83a867558 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -61,11 +61,12 @@ class GlobalShortcutXConfig : public ConfigWidget {
protected:
QHash<GlobalShortcut *,XInputKeyWidget *> qhKeys;
public:
- GlobalShortcutXConfig(QWidget *p = NULL);
+ GlobalShortcutXConfig(Settings &st);
virtual QString title() const;
virtual QIcon icon() const;
public slots:
- void accept();
+ void save() const;
+ void load(const Settings &r);
};
#define NUM_BUTTONS 0x2ff