forked from qt-creator/qt-creator
qmlobserver: Remove the changed() hack to get new object.
There is now a hook in QDeclarative itself for that. Needs commit af2b28f9ca07057 of Qt
This commit is contained in:
@@ -85,9 +85,6 @@ void ClientProxy::connectToServer()
|
||||
SIGNAL(selectedColorChanged(QColor)));
|
||||
connect(m_designClient, SIGNAL(contextPathUpdated(QStringList)),
|
||||
SIGNAL(contextPathUpdated(QStringList)));
|
||||
/* connect(m_designClient, SIGNAL(treeRefreshRequested()),
|
||||
SLOT(refreshObjectTree()));*/
|
||||
|
||||
reloadEngines();
|
||||
}
|
||||
|
||||
@@ -454,4 +451,3 @@ void ClientProxy::newObjects()
|
||||
if (!m_requestObjectsTimer.isActive())
|
||||
m_requestObjectsTimer.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user