forked from qt-creator/qt-creator
Debugger: Remove some deprecated methods
Change-Id: I67254bb6d3d23e9fa9e121df0b3b923330cfe84a Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -372,7 +372,7 @@ void QmlEngine::connectionEstablished()
|
||||
|
||||
if (!watchHandler()->watcherNames().isEmpty())
|
||||
synchronizeWatchers();
|
||||
connect(watchersModel(),SIGNAL(layoutChanged()),this,SLOT(synchronizeWatchers()));
|
||||
connect(watchModel(),SIGNAL(layoutChanged()),this,SLOT(synchronizeWatchers()));
|
||||
|
||||
if (state() == EngineRunRequested)
|
||||
notifyEngineRunAndInferiorRunOk();
|
||||
@@ -560,7 +560,7 @@ void QmlEngine::gotoLocation(const Location &location)
|
||||
|
||||
void QmlEngine::closeConnection()
|
||||
{
|
||||
disconnect(watchersModel(),SIGNAL(layoutChanged()),this,SLOT(synchronizeWatchers()));
|
||||
disconnect(watchModel(),SIGNAL(layoutChanged()),this,SLOT(synchronizeWatchers()));
|
||||
m_adapter.closeConnection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user