forked from qt-creator/qt-creator
QmlDebugger: synchronize watches when deleted
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user