QtOutputFormatter: Remove symbian support

Change-Id: If0c90250244caa7713f8209b047a6cfc5c44588f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2012-10-25 17:20:29 +02:00
committed by Tobias Hunger
parent 3c9874200c
commit 0519da1661

View File

@@ -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