summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h')
-rw-r--r--src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h b/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
index 076d034ed..df250929e 100644
--- a/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
+++ b/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
@@ -68,16 +68,10 @@ class Q_3DQUICKRENDERSHARED_PRIVATE_EXPORT Quick3DRenderTargetOutput : public QO
Q_OBJECT
Q_PROPERTY(QQmlListProperty<Qt3DRender::QRenderTargetOutput> attachments READ qmlAttachments)
public:
- explicit Quick3DRenderTargetOutput(QObject *parent = 0);
+ explicit Quick3DRenderTargetOutput(QObject *parent = nullptr);
inline QRenderTarget *parentRenderTarget() const { return qobject_cast<QRenderTarget *>(parent()); }
QQmlListProperty<QRenderTargetOutput> qmlAttachments();
-
-private:
- static void appendRenderAttachment(QQmlListProperty<QRenderTargetOutput> *list, QRenderTargetOutput *attachment);
- static QRenderTargetOutput *renderAttachmentAt(QQmlListProperty<QRenderTargetOutput> *list, qsizetype index);
- static qsizetype renderAttachmentCount(QQmlListProperty<QRenderTargetOutput> *list);
- static void clearRenderAttachments(QQmlListProperty<QRenderTargetOutput> *list);
};
} // namespace Quick