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
2e7ddfb9
Commit
2e7ddfb9
authored
Feb 10, 2010
by
Roberto Raggi
Browse files
Get rid of useless qDebugs.
parent
f6a06085
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmlcodecompletion.cpp
View file @
2e7ddfb9
...
...
@@ -654,7 +654,6 @@ int QmlCodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
// Set up the current scope chain.
AST
::
Node
*
declaringMember
=
semanticInfo
.
declaringMember
(
editor
->
position
());
qDebug
()
<<
"*** declaring member:"
<<
declaringMember
;
context
.
build
(
declaringMember
,
document
,
snapshot
);
// Search for the operator that triggered the completion.
...
...
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