Skip to content
GitLab
Menu
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
8b018225
Commit
8b018225
authored
Dec 03, 2008
by
Oswald Buddenhagen
Browse files
strip some whitespace from error messages.
parent
ab20c6ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/gccparser.cpp
View file @
8b018225
...
...
@@ -40,13 +40,13 @@ using namespace Qt4ProjectManager;
GccParser
::
GccParser
()
{
m_regExp
.
setPattern
(
"^([^
\\
(
\\
)]+[^
\\
d]):(
\\
d+):(
\\
d+:)*(
\\
s(warning|error):)?(.+)$"
);
m_regExp
.
setPattern
(
"^([^
\\
(
\\
)]+[^
\\
d]):(
\\
d+):(
\\
d+:)*(
\\
s(warning|error):)?
\\
s
(.+)$"
);
m_regExp
.
setMinimal
(
true
);
m_regExpIncluded
.
setPattern
(
"^.*from
\\
s([^:]+):(
\\
d+)(,|:)$"
);
m_regExpIncluded
.
setMinimal
(
true
);
m_regExpLinker
.
setPattern
(
"^(
\\
S+)
\\
(
\\
S+
\\
):(.+)$"
);
m_regExpLinker
.
setPattern
(
"^(
\\
S+)
\\
(
\\
S+
\\
):
\\
s
(.+)$"
);
m_regExpLinker
.
setMinimal
(
true
);
//make[4]: Entering directory `/home/kkoehne/dev/ide-explorer/src/plugins/qtscripteditor'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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