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:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-10-09 14:18:33 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-10-09 14:18:33 +0400
commitd680eb9bf19084dba4a3fe919709ab4613fdd7c7 (patch)
tree0dabb04507f23b8204a763f3e2a4f554a53f5aab /src/mumble/GlobalShortcut_unix.h
parent6bedde876845f50c7f4a3ec5fb712b1156127586 (diff)
Add Q_DISABLE_COPY to most classes
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1326 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'src/mumble/GlobalShortcut_unix.h')
-rw-r--r--src/mumble/GlobalShortcut_unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index f3fbae419..c08e596a1 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -34,7 +34,9 @@
#define NUM_BUTTONS 0x2ff
class GlobalShortcutX : public GlobalShortcutEngine {
+ private:
Q_OBJECT
+ Q_DISABLE_COPY(GlobalShortcutX)
public:
Display *display;
volatile bool bRunning;