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
Marco Bubke
flatpak-qt-creator
Commits
e80eaae7
Commit
e80eaae7
authored
Jun 04, 2009
by
Roberto Raggi
Browse files
Fixed the warn message.
parent
1c9a724a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppmodelmanager.cpp
View file @
e80eaae7
...
...
@@ -502,7 +502,7 @@ protected:
if
(
!
binding
||
!
binding
->
resolveNamespace
(
loc
,
ast
->
symbol
->
name
()))
{
translationUnit
()
->
warning
(
ast
->
name
->
firstToken
(),
"expected a namespace
after `=' token
"
);
"expected a namespace"
);
}
}
...
...
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