summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/widget.h b/src/widget.h
index efcf9e9..5df8ab5 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -12,12 +12,6 @@ class Widget;
class Widget : public QWidget
{
-
- Q_OBJECT
-
-
-
-
typedef QSet<RRMode> ModeSet;
typedef QSet<RRCrtc> CrtcSet;
typedef QSet<RROutput> OutputSet;
@@ -30,12 +24,16 @@ class Widget : public QWidget
typedef QMap<RRCrtc, XRRCrtcInfo*> CrtcMap;
typedef QMap<RROutput, XRROutputInfo*> OutputMap;
+ Q_OBJECT
public:
explicit Widget(QWidget *parent = 0);
~Widget();
-
+
+ private slots:
+ void handleButton();
+
private:
void updateScreenResources();