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
72744b7c
Commit
72744b7c
authored
Jun 29, 2010
by
Kai Koehne
Browse files
Highlighter: Fix compilation warning (gcc)
Reviewed-by: Leandro Melo
parent
f3171e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/generichighlighter/progressdata.cpp
View file @
72744b7c
...
...
@@ -38,9 +38,9 @@ ProgressData::ProgressData() :
m_offset
(
0
),
m_savedOffset
(
-
1
),
m_onlySpacesSoFar
(
true
),
m_willContinueLine
(
false
),
m_openingBraceMatchAtFirstNonSpace
(
false
),
m_closingBraceMatchAtNonEnd
(
false
)
m_closingBraceMatchAtNonEnd
(
false
),
m_willContinueLine
(
false
)
{}
void
ProgressData
::
setOffset
(
const
int
offset
)
...
...
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