Added colors to the "Application Output" panel.

This commit is contained in:
Erik Verbruggen
2010-04-19 15:55:02 +02:00
parent 825cea080a
commit 24a9a22b53
5 changed files with 83 additions and 20 deletions

View File

@@ -89,8 +89,8 @@ void QmlRunControl::start()
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage(Qml::Constants::LANG_QML);
emit started();
emit addToOutputWindow(this, tr("Starting %1 %2").arg(QDir::toNativeSeparators(m_executable),
m_commandLineArguments.join(QLatin1String(" "))), false);
emit appendMessage(this, tr("Starting %1 %2").arg(QDir::toNativeSeparators(m_executable),
m_commandLineArguments.join(QLatin1String(" "))), false);
}
void QmlRunControl::stop()