aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgcanvas.h')
-rw-r--r--src/declarative/items/qsgcanvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgcanvas.h b/src/declarative/items/qsgcanvas.h
index 6707d24b30..d0d0c79d5e 100644
--- a/src/declarative/items/qsgcanvas.h
+++ b/src/declarative/items/qsgcanvas.h
@@ -75,6 +75,8 @@ public:
QSGEngine *sceneGraphEngine() const;
+ QImage grabFrameBuffer();
+
Q_SIGNALS:
void sceneGraphInitialized();
@@ -109,8 +111,6 @@ private Q_SLOTS:
private:
Q_DISABLE_COPY(QSGCanvas)
- Q_PRIVATE_SLOT(d_func(), void _q_animationStarted())
- Q_PRIVATE_SLOT(d_func(), void _q_animationStopped())
};
QT_END_NAMESPACE