diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-16 01:21:32 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-16 01:21:32 (GMT) |
commit | 4ac03faff3297ec0c8804ebd4ee8ffee297c5453 (patch) | |
tree | 752de61c77fde9bc9403d71ddb2ca2c5e643f380 /tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp | |
parent | aca8ddb97886b3eaf4c3618ce6774f2b56997604 (diff) | |
parent | 154915b3a7d37cd4046110e77ae9223bef2523bb (diff) | |
download | Qt-4ac03faff3297ec0c8804ebd4ee8ffee297c5453.zip Qt-4ac03faff3297ec0c8804ebd4ee8ffee297c5453.tar.gz Qt-4ac03faff3297ec0c8804ebd4ee8ffee297c5453.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp')
-rw-r--r-- | tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp b/tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp index 4e7bc27..9abc5a5 100644 --- a/tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp +++ b/tests/auto/declarative/qmldebugservice/tst_qmldebugservice.cpp @@ -167,6 +167,7 @@ void tst_QmlDebugService::objectToString() obj->setObjectName("Hello"); QCOMPARE(QmlDebugService::objectToString(obj), QString("QObject: Hello")); + delete obj; } |