summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qpervertexcolormaterial_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-05-18 06:19:13 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-05-20 05:55:10 +0000
commitbfae282e8fb6d6d83e92df712f93b583616169d9 (patch)
tree3c29f6ac29f3a679b6f02b632212384bf4df1018 /src/render/defaults/qpervertexcolormaterial_p.h
parent5e28b995f5e43c6a908906966190f4ad594edede (diff)
Do not pass `this` to Private c-tor
For classes derived from QNodePrivate, it is not used anymore. Change-Id: I9573042500c2c7533687d251e72bac14cb793525 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/defaults/qpervertexcolormaterial_p.h')
-rw-r--r--src/render/defaults/qpervertexcolormaterial_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/defaults/qpervertexcolormaterial_p.h b/src/render/defaults/qpervertexcolormaterial_p.h
index 72a5d5b22..8fdd4ce95 100644
--- a/src/render/defaults/qpervertexcolormaterial_p.h
+++ b/src/render/defaults/qpervertexcolormaterial_p.h
@@ -55,7 +55,7 @@ class QPerVertexColorMaterial;
class QPerVertexColorMaterialPrivate : public QMaterialPrivate
{
public:
- QPerVertexColorMaterialPrivate(QPerVertexColorMaterial *qq);
+ QPerVertexColorMaterialPrivate();
void init();