forked from qt-creator/qt-creator
Debugger (qbs): Compile with QT_NO_CAST_FROM_ASCII
Only comments were adapted Change-Id: Id1393d512ed950ca747267c1e024d54e3bfc279d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -333,7 +333,7 @@ bool QmlInspectorAgent::addObjectWatch(int objectDebugId)
|
||||
return true;
|
||||
|
||||
// is flooding the debugging output log!
|
||||
// log(LogSend, QString("WATCH_PROPERTY %1").arg(objectDebugId));
|
||||
// log(LogSend, QString::fromLatin1("WATCH_PROPERTY %1").arg(objectDebugId));
|
||||
|
||||
if (m_engineClient->addWatch(objectDebugId))
|
||||
m_objectWatches.append(objectDebugId);
|
||||
|
||||
Reference in New Issue
Block a user