From 1b265ffa8c28e2cd72419dce4e6536a8c01aa8ec Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Tue, 17 Jul 2007 23:12:38 +0000 Subject: reindenting all the code git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@622 05730e5d-ab1b-0410-a4ac-84af385074fa --- src/mumble/GlobalShortcut_unix.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/mumble/GlobalShortcut_unix.h') diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h index 4ee5a18a1..8794eca22 100644 --- a/src/mumble/GlobalShortcut_unix.h +++ b/src/mumble/GlobalShortcut_unix.h @@ -34,14 +34,14 @@ typedef QPair qpButton; struct Shortcut { - GlobalShortcut *gs; - int iNumDown; - bool bActive; - QList qlButtons; + GlobalShortcut *gs; + int iNumDown; + bool bActive; + QList qlButtons; }; class XInputKeyWidget : public QLineEdit { - Q_OBJECT + Q_OBJECT protected: virtual void focusInEvent(QFocusEvent *event); virtual void focusOutEvent(QFocusEvent *event); @@ -52,12 +52,12 @@ class XInputKeyWidget : public QLineEdit { XInputKeyWidget(QWidget *p = NULL); void setShortcut(GlobalShortcut *gs); public slots: - void setButton(bool); + void setButton(bool); void displayKeys(); }; class GlobalShortcutXConfig : public ConfigWidget { - Q_OBJECT + Q_OBJECT protected: QHash qhKeys; public: @@ -69,9 +69,9 @@ class GlobalShortcutXConfig : public ConfigWidget { }; class GlobalShortcutX : public QThread { - Q_OBJECT + Q_OBJECT public: - Display *display; + Display *display; int ref; bool bRunning; bool activeMap[256]; @@ -93,6 +93,6 @@ class GlobalShortcutX : public QThread { void add(GlobalShortcut *); void remove(GlobalShortcut *); QList getCurrentButtons(); - signals: + signals: void buttonPressed(bool); }; -- cgit v1.2.3