Initialize members of tst_QQmlEngineDebugService
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Fri, 12 Jun 2015 12:55:49 +0000 (14:55 +0200)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Mon, 15 Jun 2015 09:31:17 +0000 (09:31 +0000)
Change-Id: Id9fe7d2bd630bcfe79634b3a4465ec7ad764d18c
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
tests/auto/qml/debugger/qqmlenginedebugservice/tst_qqmlenginedebugservice.cpp

index d3bb5c3..53d7358 100644 (file)
@@ -87,6 +87,8 @@ public:
 class tst_QQmlEngineDebugService : public QObject
 {
     Q_OBJECT
+public:
+    tst_QQmlEngineDebugService() : m_conn(0), m_dbg(0), m_engine(0), m_rootItem(0) {}
 
 private:
     QmlDebugObjectReference findRootObject(int context = 0,