summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qabstractlight.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-07-28 14:08:22 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-08-13 20:19:05 +0200
commita1d847c1d4b943daf2f4027944e995619f075116 (patch)
treeb93f896835b5cef5a61a4e06775e2e39367e807f /src/render/frontend/qabstractlight.h
parente73e66bccf287625850199c5b37af93ac53448f1 (diff)
QAbstractLight implements copy
Change-Id: I390301a7770ff7c325943df5c3a34b03d4b151f8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/frontend/qabstractlight.h')
-rw-r--r--src/render/frontend/qabstractlight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/frontend/qabstractlight.h b/src/render/frontend/qabstractlight.h
index 79b89f8be..6187b6669 100644
--- a/src/render/frontend/qabstractlight.h
+++ b/src/render/frontend/qabstractlight.h
@@ -65,6 +65,8 @@ public :
explicit QAbstractLight(QNode *parent = 0);
+ virtual void copy(const QNode *ref) Q_DECL_OVERRIDE;
+
QColor color() const;
void setColor(const QColor &color);