QmlDebugging: Log service version

Log the service version along with the service name and state.

Change-Id: Ib2e7829d89651998dccffbaa0432908158b9dafd
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-04-10 16:54:08 +02:00
parent eb802c2b38
commit 5269ff1a0e
3 changed files with 18 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ public:
void setCurrentSelectedDebugInfo(int debugId, const QString &displayName = QString());
public slots:
void logServiceStatusChange(const QString &service, QDeclarativeDebugClient::Status newStatus);
void logServiceStatusChange(const QString &service, float version, QDeclarativeDebugClient::Status newStatus);
void logServiceActivity(const QString &service, const QString &logMessage);
signals: