summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/cpptest/q3dcustom-volume/tst_custom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cpptest/q3dcustom-volume/tst_custom.cpp b/tests/auto/cpptest/q3dcustom-volume/tst_custom.cpp
index 23aa072c..982353ac 100644
--- a/tests/auto/cpptest/q3dcustom-volume/tst_custom.cpp
+++ b/tests/auto/cpptest/q3dcustom-volume/tst_custom.cpp
@@ -77,9 +77,9 @@ void tst_custom::construct()
QVERIFY(custom);
delete custom;
- QVector<uchar> *tdata = new QVector<uchar>(1000);
+ QList<uchar> *tdata = new QList<uchar>(1000);
- QVector<QRgb> table;
+ QList<QRgb> table;
table << QRgb(0xff00ff) << QRgb(0x00ff00);
custom = new QCustom3DVolume(QVector3D(1.0, 1.0, 1.0), QVector3D(1.0, 1.0, 1.0),