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
Marco Bubke
flatpak-qt-creator
Commits
1e7d6a01
Commit
1e7d6a01
authored
Mar 04, 2009
by
Roberto Raggi
Browse files
ignore blocks.
parent
13892870
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
1e7d6a01
...
...
@@ -436,6 +436,9 @@ void CPPEditor::updateMethodBoxIndex()
else
if
(
symbol
->
isGenerated
())
continue
;
else
if
(
symbol
->
isBlock
())
continue
;
if
(
symbol
)
{
int
column
=
symbol
->
column
();
...
...
@@ -656,8 +659,6 @@ void CPPEditor::jumpToDefinition()
return
;
// done
}
}
qDebug
()
<<
"No results for expression:"
<<
expression
;
}
}
...
...
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