summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qtdemo/mainwindow.h')
-rw-r--r--demos/qtdemo/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/qtdemo/mainwindow.h b/demos/qtdemo/mainwindow.h
index edcc14695d..e61326827f 100644
--- a/demos/qtdemo/mainwindow.h
+++ b/demos/qtdemo/mainwindow.h
@@ -43,6 +43,7 @@
#define MAIN_WINDOW_H
#include <QtGui>
+#include <QtDeclarative>
#include <QPixmap>
class DemoTextItem;
@@ -62,6 +63,8 @@ public:
void start();
QGraphicsScene *scene;
+ QGraphicsWidget* mainSceneRoot;
+
bool loop;
// FPS stuff: