From 7e7d5b15d4dfa1fb6ce0595478021569a670c356 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Mon, 8 Oct 2007 14:50:35 +0000 Subject: Various compile fixes for Linux git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@775 05730e5d-ab1b-0410-a4ac-84af385074fa --- src/mumble/GlobalShortcut_unix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mumble/GlobalShortcut_unix.h') 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 qlButtons; bool bModified; XInputKeyWidget(QWidget *p = NULL); - void setShortcut(GlobalShortcut *gs); + void setShortcut(QList 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 -- cgit v1.2.3