QmlDebugger: Log activity of Observer in debugger log

This commit is contained in:
Kai Koehne
2010-12-16 17:26:25 +01:00
parent d6bc3a2822
commit 948ca6f2ac
5 changed files with 114 additions and 56 deletions

View File

@@ -285,6 +285,11 @@ void QmlAdapter::logServiceStatusChange(const QString &service, QDeclarativeDebu
}
}
void QmlAdapter::logServiceActivity(const QString &service, const QString &logMessage)
{
showConnectionStatusMessage(QString("%1 %2").arg(service, logMessage));
}
void QmlAdapter::flushSendBuffer()
{
QTC_ASSERT(d->m_qmlClient->status() == QDeclarativeDebugClient::Enabled, return);