forked from qt-creator/qt-creator
QmlJsDebug: Remove unused code
This commit is contained in:
@@ -114,28 +114,6 @@ void ClientProxy::clientStatusChanged(QDeclarativeDebugClient::Status status)
|
|||||||
updateConnected();
|
updateConnected();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientProxy::disconnectFromServer()
|
|
||||||
{
|
|
||||||
delete m_engineClient;
|
|
||||||
m_engineClient = 0;
|
|
||||||
|
|
||||||
delete m_observerClient;
|
|
||||||
m_observerClient = 0;
|
|
||||||
|
|
||||||
delete m_engineQuery;
|
|
||||||
m_engineQuery = 0;
|
|
||||||
|
|
||||||
delete m_contextQuery;
|
|
||||||
m_contextQuery = 0;
|
|
||||||
|
|
||||||
qDeleteAll(m_objectTreeQuery);
|
|
||||||
m_objectTreeQuery.clear();
|
|
||||||
|
|
||||||
removeAllObjectWatches();
|
|
||||||
|
|
||||||
updateConnected();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ClientProxy::refreshObjectTree()
|
void ClientProxy::refreshObjectTree()
|
||||||
{
|
{
|
||||||
if (!m_contextQuery) {
|
if (!m_contextQuery) {
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ public slots:
|
|||||||
void setContextPathIndex(int contextIndex);
|
void setContextPathIndex(int contextIndex);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void disconnectFromServer();
|
|
||||||
void connectToServer();
|
void connectToServer();
|
||||||
void clientStatusChanged(QDeclarativeDebugClient::Status status);
|
void clientStatusChanged(QDeclarativeDebugClient::Status status);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user