summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2016-08-24 09:25:05 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2016-08-31 04:45:48 +0000
commit2f4639a95902a51f99f40513dcaa91c836be315d (patch)
tree34acaa25138979bbe4723af40f90e29b65b6e639
parent663f26e1c16cb1794410281f54156424f67603ae (diff)
Use full type in the return value
Use full type in return value of requestRenderCapture so that QML can see it. Change-Id: I7ba123b64da8b4492d0b3267f8920cb882bfe7c0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--src/render/framegraph/qrendercapture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/qrendercapture.h b/src/render/framegraph/qrendercapture.h
index 810cedb99..f3be273f3 100644
--- a/src/render/framegraph/qrendercapture.h
+++ b/src/render/framegraph/qrendercapture.h
@@ -79,7 +79,7 @@ class QT3DRENDERSHARED_EXPORT QRenderCapture : public QFrameGraphNode
public:
explicit QRenderCapture(Qt3DCore::QNode *parent = nullptr);
- Q_INVOKABLE QRenderCaptureReply *requestCapture(int captureId);
+ Q_INVOKABLE Qt3DRender::QRenderCaptureReply *requestCapture(int captureId);
protected:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) Q_DECL_OVERRIDE;