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:
@@ -1471,7 +1471,7 @@ bool DebuggerPluginPrivate::parseArgument(QStringList::const_iterator &it,
|
||||
// a handshake when attaching to a crashed Windows process.
|
||||
// This is created by $QTC/src/tools/qtcdebugger/main.cpp:
|
||||
// args << QLatin1String("-wincrashevent")
|
||||
// << QString("%1:%2").arg(argWinCrashEvent).arg(argProcessId);
|
||||
// << QString::fromLatin1("%1:%2").arg(argWinCrashEvent).arg(argProcessId);
|
||||
if (*it == _("-wincrashevent")) {
|
||||
++it;
|
||||
if (it == cend) {
|
||||
@@ -2215,7 +2215,7 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
|
||||
engine->watchHandler()->updateWatchersWindow();
|
||||
|
||||
const DebuggerState state = engine->state();
|
||||
//showMessage(QString("PLUGIN SET STATE: ")
|
||||
//showMessage(QString::fromLatin1("PLUGIN SET STATE: ")
|
||||
// + DebuggerEngine::stateName(state), LogStatus);
|
||||
//qDebug() << "PLUGIN SET STATE: " << state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user