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
3281a9e6
Commit
3281a9e6
authored
Jun 29, 2010
by
Kai Koehne
Browse files
QmlJSEditor: Fix compilation warning (gcc)
Reviewed-by: Christian Kamm
parent
c8eb6ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljseditor.cpp
View file @
3281a9e6
...
...
@@ -81,15 +81,6 @@ using namespace QmlJS;
using
namespace
QmlJS
::
AST
;
using
namespace
QmlJSEditor
::
Internal
;
static
int
blockBraceDepth
(
const
QTextBlock
&
block
)
{
int
state
=
block
.
userState
();
if
(
state
==
-
1
)
return
0
;
return
(
state
>>
8
)
&
0xFF
;
}
static
int
blockStartState
(
const
QTextBlock
&
block
)
{
int
state
=
block
.
userState
();
...
...
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