forked from qt-creator/qt-creator
Moved "Application Output" formatting to a specialized formatter.
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.
This commit is contained in:
@@ -70,9 +70,9 @@ QmlProjectRunConfiguration::QmlProjectRunConfiguration(Internal::QmlProjectTarge
|
||||
|
||||
QmlProjectRunConfiguration::QmlProjectRunConfiguration(Internal::QmlProjectTarget *parent, QmlProjectRunConfiguration *source) :
|
||||
ProjectExplorer::RunConfiguration(parent, source),
|
||||
m_fileListModel(new QStringListModel(this)),
|
||||
m_qmlViewerCustomPath(source->m_qmlViewerCustomPath),
|
||||
m_qmlViewerArgs(source->m_qmlViewerArgs),
|
||||
m_fileListModel(new QStringListModel(this)),
|
||||
m_projectTarget(parent)
|
||||
{
|
||||
setMainScript(source->m_scriptFile);
|
||||
|
||||
Reference in New Issue
Block a user