summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
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 4e3c932..f784ce9 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -3,6 +3,7 @@
#include <QWidget> // for Qt5
#include <QDebug>
+#include <QIcon>
namespace Ui {
class Widget;
@@ -32,8 +33,9 @@ private:
QVector<AdvancedOutput*> _advancedOutput;
QList<const QScreen *> _qtScreens;
bool _popupCount;
+ QIcon _iProjector, _iScreen;
- void initControls();
+ void initControls(bool jumpToTab = false);
void connectButtons();
bool keepResolution();
};