forked from qt-creator/qt-creator
Debugger: Some compilation with Qt 6
Change-Id: Ifffe68a3c902bbad026919171ac906ae05ec86f2 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1400,7 +1400,7 @@ void QmlEnginePrivate::setBreakpoint(const QString type, const QString target,
|
||||
QPacket rs(dataStreamVersion());
|
||||
rs << target.toUtf8() << enabled;
|
||||
engine->showMessage(QString("%1 %2 %3")
|
||||
.arg(BREAKONSIGNAL, target, QLatin1String(enabled ? "enabled" : "disabled")), LogInput);
|
||||
.arg(QString(BREAKONSIGNAL), target, QLatin1String(enabled ? "enabled" : "disabled")), LogInput);
|
||||
runDirectCommand(BREAKONSIGNAL, rs.data());
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user