irrelevant qDebug removed
authorSimjees Abraham <simjees.abraham@nokia.com>
Fri, 30 Mar 2012 12:42:50 +0000 (14:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 30 Mar 2012 15:02:48 +0000 (17:02 +0200)
syncing debugutil with the change done to remove the irrelevant qDebug
at stat of debug session.

Change-Id: I17520319684e6e213037b09550d1a97b493150cd
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
tests/auto/qml/debugger/shared/debugutil.cpp

index 13dcad1..925f537 100644 (file)
@@ -161,9 +161,6 @@ void QQmlDebugProcess::processAppOutput()
                 m_eventLoop.quit();
                 continue;
             }
-            if (line.contains("Connection established.")) {
-                continue;
-            }
         }
     }
     m_mutex.unlock();