forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user