summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-23 17:37:26 +0200
committerSimon Rettberg2018-08-23 17:37:26 +0200
commit8661ee3cfd3ba7e529ff02c395863ce7a6f3e97f (patch)
treee4166acc4ff96e839928a20e92b2fe565c66c02c
parentApplying changes does at least something, but is still buggy... (diff)
downloadbeamergui-8661ee3cfd3ba7e529ff02c395863ce7a6f3e97f.tar.gz
beamergui-8661ee3cfd3ba7e529ff02c395863ce7a6f3e97f.tar.xz
beamergui-8661ee3cfd3ba7e529ff02c395863ce7a6f3e97f.zip
Add missing include
-rw-r--r--src/widget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 52ae889..a5f32fa 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -6,6 +6,7 @@
#include <QDebug>
#include <QtWidgets/QAction>
+#include <QAbstractItemView>
class ScreenWidget : public QWidget
{