forked from qt-creator/qt-creator
QmlDebug: Remove assert
Removing an object watch might fail if e.g. the app crashes in between.
This commit is contained in:
@@ -417,7 +417,6 @@ void ClientProxy::removeAllObjectWatches()
|
||||
{
|
||||
foreach (int watchedObject, m_objectWatches.keys())
|
||||
removeObjectWatch(watchedObject);
|
||||
Q_ASSERT(m_objectWatches.count() == 0);
|
||||
}
|
||||
|
||||
void ClientProxy::queryEngineContext(int id)
|
||||
|
||||
Reference in New Issue
Block a user