summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias.hasselmann@kdab.com>2015-09-25 11:12:30 +0200
committerMathias Hasselmann <mathias.hasselmann@kdab.com>2015-09-30 07:48:42 +0000
commit4555c945999284fb23982924031266006411ea69 (patch)
tree65aa8010bda285be42ec8997d26540810fcbdeba
parent35ba666ccbb3527f15901d9d0c3caf74d0bc6d84 (diff)
Copy type of QVertexIndexVector during assignment
Task-number: QTBUG-48452 Change-Id: Ia7ccd5a4599266e7d3a92332004ae3ac79d8de94 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
-rw-r--r--src/gui/opengl/qtriangulator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/opengl/qtriangulator_p.h b/src/gui/opengl/qtriangulator_p.h
index aae656790e..4e13e5bdd0 100644
--- a/src/gui/opengl/qtriangulator_p.h
+++ b/src/gui/opengl/qtriangulator_p.h
@@ -93,6 +93,7 @@ public:
else
indices16 = other.indices16;
+ t = other.t;
return *this;
}