summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
authorManuel Schneider2013-12-02 12:24:53 +0100
committerManuel Schneider2013-12-02 12:24:53 +0100
commit70f3d788a43072ee4f10c3a67cc92fbb2bff5eee (patch)
treed8141c7d27011270e7867f8dae5812d8a4ef978a /src/widget.h
parent[Experimental] Button works fine now. (diff)
downloadbeamergui-70f3d788a43072ee4f10c3a67cc92fbb2bff5eee.tar.gz
beamergui-70f3d788a43072ee4f10c3a67cc92fbb2bff5eee.tar.xz
beamergui-70f3d788a43072ee4f10c3a67cc92fbb2bff5eee.zip
[Experimental] Timeout + revert functionality
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 5df8ab5..ad3077a 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -4,8 +4,10 @@
#include <QWidget>
#include <QtGui>
#include <QDebug>
+#include <QProgressDialog>
#include <x.h>
+
namespace Ui {
class Widget;
}
@@ -36,6 +38,7 @@ public:
private:
void updateScreenResources();
+ void timeout();
Ui::Widget * _ui;
Display* _display;
@@ -45,7 +48,6 @@ private:
OutputMap _outputMap;
OutputList _connectedOutputList;
RROutput _beamer, _monitor;
-
};
#endif // WIDGET_H