summaryrefslogtreecommitdiffstats
path: root/src/generators/objectinstances_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generators/objectinstances_p.h')
-rw-r--r--src/generators/objectinstances_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generators/objectinstances_p.h b/src/generators/objectinstances_p.h
index 7630743..142d84e 100644
--- a/src/generators/objectinstances_p.h
+++ b/src/generators/objectinstances_p.h
@@ -6,6 +6,7 @@
#include <QFile>
#include <QQmlEngine>
+#include <QQuickWindow>
QT_BEGIN_NAMESPACE
@@ -44,6 +45,7 @@ public:
void setRoot(QObject *newRoot);
Q_INVOKABLE void generate();
+ Q_INVOKABLE QQuickWindow *findQuickWindow();
ColorSource nodeColorSource() const;
void setNodeColorSource(ColorSource newNodeColorSource);