summaryrefslogtreecommitdiffstats
path: root/src/runtime/api/q3dspresentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/api/q3dspresentation.h')
-rw-r--r--src/runtime/api/q3dspresentation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/api/q3dspresentation.h b/src/runtime/api/q3dspresentation.h
index 898eef8..3ee3aaf 100644
--- a/src/runtime/api/q3dspresentation.h
+++ b/src/runtime/api/q3dspresentation.h
@@ -43,6 +43,7 @@ class QMouseEvent;
class QWheelEvent;
class QTouchEvent;
class QTabletEvent;
+class Q3DSEngine;
// hack. no clue why Cpp.ignoretokens does not work.
#ifdef Q_CLANG_QDOC
@@ -105,6 +106,8 @@ public:
void tabletEvent(QTabletEvent *e);
#endif
+ Q3DSEngine *engine() const;
+
Q_SIGNALS:
void sourceChanged();
void profilingEnabledChanged();