forked from qt-creator/qt-creator
QtOutputFormatter: Remove symbian support
Change-Id: If0c90250244caa7713f8209b047a6cfc5c44588f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
3c9874200c
commit
0519da1661
@@ -43,8 +43,7 @@ using namespace QtSupport;
|
|||||||
|
|
||||||
QtOutputFormatter::QtOutputFormatter(ProjectExplorer::Project *project)
|
QtOutputFormatter::QtOutputFormatter(ProjectExplorer::Project *project)
|
||||||
: OutputFormatter()
|
: OutputFormatter()
|
||||||
, m_qmlError(QLatin1String("^(?:\\[Qt Message\\] )?" // '[Qt Message] ' prefix (optional, on Symbian)
|
, m_qmlError(QLatin1String("^(file:///.+" // file url
|
||||||
"(file:///.+" // file url
|
|
||||||
":\\d+" // colon, line
|
":\\d+" // colon, line
|
||||||
"(?::\\d+)?)" // colon, column (optional)
|
"(?::\\d+)?)" // colon, column (optional)
|
||||||
":")) // colon
|
":")) // colon
|
||||||
|
|||||||
Reference in New Issue
Block a user