summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qviewport.h')
-rw-r--r--src/render/frontend/framegraph-components/qviewport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/frontend/framegraph-components/qviewport.h b/src/render/frontend/framegraph-components/qviewport.h
index c1041f3ca..4b8499eea 100644
--- a/src/render/frontend/framegraph-components/qviewport.h
+++ b/src/render/frontend/framegraph-components/qviewport.h
@@ -61,8 +61,6 @@ class QT3DRENDERERSHARED_EXPORT QViewport : public QFrameGraphItem
public:
explicit QViewport(QNode *parent = 0);
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
-
QRectF rect() const;
void setRect(const QRectF& rect);
@@ -74,9 +72,11 @@ Q_SIGNALS:
void clearColorChanged();
protected:
- Q_DECLARE_PRIVATE(QViewport)
QViewport(QViewportPrivate &dd, QNode *parent = 0);
- QViewport *doClone(bool isClone = true) const Q_DECL_OVERRIDE;
+
+private:
+ Q_DECLARE_PRIVATE(QViewport)
+ QViewport *doClone() const Q_DECL_OVERRIDE;
};
} // Qt3D