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
5bf1f27e
Commit
5bf1f27e
authored
Feb 20, 2009
by
Roberto Raggi
Browse files
kill some warnings
parent
4c5ff047
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cpphighlighter.cpp
View file @
5bf1f27e
...
...
@@ -322,11 +322,9 @@ void CppHighlighter::highlightWord(QStringRef word, int position, int length)
}
}
void
CppHighlighter
::
highlightDoxygenComment
(
const
QString
&
text
,
int
position
,
int
length
)
void
CppHighlighter
::
highlightDoxygenComment
(
const
QString
&
text
,
int
position
,
int
)
{
int
initial
=
position
;
int
i
=
position
;
const
QChar
*
uc
=
text
.
unicode
();
const
QChar
*
it
=
uc
+
position
;
...
...
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