Qml JS Debugger: Change context path from Creator's crumble path

This commit is contained in:
Lasse Holmstedt
2010-08-03 10:17:09 +02:00
parent 5f7969d08a
commit 3e9193021c
15 changed files with 57 additions and 4 deletions

View File

@@ -79,6 +79,10 @@ void QDeclarativeDesignDebugServer::messageReceived(const QByteArray &message)
m_stringIdForObjectId.insert(itemDebugId, itemIdString);
}
} else if (type == "SET_CONTEXT_PATH_IDX") {
int contextPathIndex;
ds >> contextPathIndex;
emit contextPathIndexChanged(contextPathIndex);
}
}