QmlDebugger: synchronize watches when deleted

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-21 12:25:06 +02:00
parent d0d0a8c07e
commit 5692120ee3
2 changed files with 16 additions and 14 deletions

View File

@@ -132,6 +132,8 @@ private slots:
void serviceConnectionError(const QString &service);
void appendMessage(const QString &msg, ProjectExplorer::OutputFormat);
void synchronizeWatchers();
private:
void expandObject(const QByteArray &iname, quint64 objectId);
void sendPing();
@@ -146,8 +148,6 @@ private:
const QString &oldBasePath, const QString &newBasePath) const;
QString qmlImportPath() const;
void synchronizeWatchers();
enum LogDirection {
LogSend,
LogReceive