summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-25 21:29:35 +0200
committerSimon Rettberg2018-08-25 21:29:35 +0200
commit615c5a7f858f80ccb1d7201b8ea628e35237db6e (patch)
treec27a134d68d1eb4b17f3b66fc4fcbc1af46fb58c /src/widget.h
parentAdd missing include (diff)
downloadbeamergui-615c5a7f858f80ccb1d7201b8ea628e35237db6e.tar.gz
beamergui-615c5a7f858f80ccb1d7201b8ea628e35237db6e.tar.xz
beamergui-615c5a7f858f80ccb1d7201b8ea628e35237db6e.zip
Getting there, slowly
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();