QmlDebugger: Log status of different services

Reviewed-by: Christiaan Janssen
This commit is contained in:
Kai Koehne
2010-09-30 14:05:20 +02:00
parent 8ad34357b8
commit 226a82d3dc
10 changed files with 102 additions and 23 deletions

View File

@@ -125,6 +125,7 @@ public slots:
private slots:
void disconnectFromServer();
void connectToServer();
void clientStatusChanged(QDeclarativeDebugClient::Status status);
void contextChanged();
@@ -135,7 +136,6 @@ private slots:
void newObjects();
private:
bool isDesignClientConnected() const;
void reloadEngines();
QList<QDeclarativeDebugObjectReference> objectReferences(const QDeclarativeDebugObjectReference &objectRef) const;