Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
64573036
Commit
64573036
authored
Sep 30, 2010
by
Tobias Hunger
Browse files
Typo fix.
parent
4d14920a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/msvcparser.cpp
View file @
64573036
...
...
@@ -39,7 +39,7 @@ using namespace ProjectExplorer;
MsvcParser
::
MsvcParser
()
{
setObjectName
(
QLatin1String
(
"M
a
vcParser"
));
setObjectName
(
QLatin1String
(
"M
s
vcParser"
));
m_compileRegExp
.
setPattern
(
QString
::
fromLatin1
(
"^"
)
+
QLatin1String
(
FILE_POS_PATTERN
)
+
QLatin1String
(
" : .*(warning|error) ("
)
+
QLatin1String
(
ERROR_PATTERN
)
+
QLatin1String
(
".*)$"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment