forked from qt-creator/qt-creator
DebuggerPlugin: Adjust to MessageManager api change
Change-Id: Iea8630ae08085fe71586a5e780193a0c0c955801 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1486,7 +1486,7 @@ void DebuggerPluginPrivate::parseCommandLineArguments()
|
||||
errorMessage = tr("Error evaluating command line arguments: %1")
|
||||
.arg(errorMessage);
|
||||
qWarning("%s\n", qPrintable(errorMessage));
|
||||
Core::MessageManager::instance()->printToOutputPanePopup(errorMessage);
|
||||
Core::MessageManager::instance()->printToOutputPane(errorMessage, Core::MessageManager::NoModeSwitch);
|
||||
}
|
||||
if (!m_scheduledStarts.isEmpty())
|
||||
QTimer::singleShot(0, this, SLOT(runScheduled()));
|
||||
|
||||
Reference in New Issue
Block a user