forked from qt-creator/qt-creator
Debugger:Correctly added the object to be watched.
Correction done for the bug introduced with
commit fc1f265e87.
Task-number: QTCREATORBUG-7498
Change-Id: I322a564208d70c7778a208fe0d9360ce47b75b81
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
committed by
Aurindam Jana
parent
e3bd438a8f
commit
73e07c9f2f
@@ -315,9 +315,6 @@ bool QmlInspectorAgent::addObjectWatch(int objectDebugId)
|
||||
if (m_objectWatches.contains(objectDebugId))
|
||||
return true;
|
||||
|
||||
if (!m_debugIdToIname.contains(objectDebugId))
|
||||
return false;
|
||||
|
||||
// is flooding the debugging output log!
|
||||
// log(LogSend, QString("WATCH_PROPERTY %1").arg(objectDebugId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user