summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h
index 96e6f1a..4e3c932 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -30,6 +30,8 @@ private:
bool _ignoreResolutionChange;
QVector<AdvancedScreen*> _advancedScreens;
QVector<AdvancedOutput*> _advancedOutput;
+ QList<const QScreen *> _qtScreens;
+ bool _popupCount;
void initControls();
void connectButtons();