diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-23 05:40:24 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-23 05:40:33 (GMT) |
commit | ca1ed2bd2528d1474c870d1b508c65b1bf9442da (patch) | |
tree | da8f0f87249da632b527a7d6d296c720c1c80256 /tests/auto/declarative/shared/debugutil_p.h | |
parent | 3a46e59a71487c375b303cd982707dc0743f6f93 (diff) | |
download | Qt-ca1ed2bd2528d1474c870d1b508c65b1bf9442da.zip Qt-ca1ed2bd2528d1474c870d1b508c65b1bf9442da.tar.gz Qt-ca1ed2bd2528d1474c870d1b508c65b1bf9442da.tar.bz2 |
Fix occasionally-failing debug tests.
Diffstat (limited to 'tests/auto/declarative/shared/debugutil_p.h')
-rw-r--r-- | tests/auto/declarative/shared/debugutil_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/shared/debugutil_p.h b/tests/auto/declarative/shared/debugutil_p.h index 665aeda..cb20f5c 100644 --- a/tests/auto/declarative/shared/debugutil_p.h +++ b/tests/auto/declarative/shared/debugutil_p.h @@ -119,6 +119,9 @@ signals: protected: virtual void messageReceived(const QByteArray &ba); + +private: + QByteArray lastMsg; }; class tst_QmlDebug_Thread : public QThread |