diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-12 01:37:16 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-12 01:37:16 (GMT) |
commit | 20753bfe4e24fa9883868f351851e7377d9b9f6d (patch) | |
tree | bfdd142e896c542bd44c0b719366d9b020ef06ab /tests/auto | |
parent | ad53d97a1cc91e7b2fed7ed736e20d0b4a58aeaf (diff) | |
download | Qt-20753bfe4e24fa9883868f351851e7377d9b9f6d.zip Qt-20753bfe4e24fa9883868f351851e7377d9b9f6d.tar.gz Qt-20753bfe4e24fa9883868f351851e7377d9b9f6d.tar.bz2 |
Compile
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp index 43c64cd..b53942c 100644 --- a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp +++ b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp @@ -60,7 +60,7 @@ static void msgHandler(QtMsgType, const char *msg) void tst_qmlinstruction::dump() { - QmlCompiledData *data = new QmlCompiledData; + QmlCompiledData *data = new QmlCompiledData(0); { QmlInstruction i; i.line = 0; |