summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qparameter_p.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2014-10-15 13:38:32 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-10-16 10:18:14 +0200
commitcd1d21fdad54315c4a8ade860ce6b31aa5a6f4b9 (patch)
treec1c042dfdb6c7fd8644c2e45a1cdad18b0703e57 /src/render/frontend/qparameter_p.h
parent0f1d0ff5b3adb16afcda091e4ff4657f53581f79 (diff)
Have copy() only on QNode
It was previously both on QNode and QNodePrivate. The one on QNodePrivate didn't give us much as it didn't eliminate the virtual of QNode. Change-Id: Ia1ea9dd831674109c84bd7005abe7fde3b1223fa Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/frontend/qparameter_p.h')
-rw-r--r--src/render/frontend/qparameter_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/frontend/qparameter_p.h b/src/render/frontend/qparameter_p.h
index e9f917939..c32f9018a 100644
--- a/src/render/frontend/qparameter_p.h
+++ b/src/render/frontend/qparameter_p.h
@@ -59,7 +59,6 @@ public:
Q_DECLARE_PUBLIC(QParameter)
virtual void setValue(const QVariant &v);
- void copy(const QNodePrivate *ref) Q_DECL_OVERRIDE;
QString m_name;
QVariant m_value;