summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/shared/debugutil_p.h
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-11-23 05:40:24 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-11-23 05:40:33 (GMT)
commitca1ed2bd2528d1474c870d1b508c65b1bf9442da (patch)
treeda8f0f87249da632b527a7d6d296c720c1c80256 /tests/auto/declarative/shared/debugutil_p.h
parent3a46e59a71487c375b303cd982707dc0743f6f93 (diff)
downloadQt-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.h3
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