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
a1781e07
Commit
a1781e07
authored
Sep 11, 2009
by
Erik Verbruggen
Browse files
Removed debug line.
parent
e6ab8296
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/duieditor/idcollector.cpp
View file @
a1781e07
...
...
@@ -31,8 +31,6 @@ void IdCollector::addId(QmlJS::NameId* id, const QmlJS::AST::SourceLocation &idL
{
const
QString
idString
=
id
->
asString
();
qDebug
()
<<
"Found ID"
<<
idString
;
if
(
!
_idLocations
.
contains
(
idString
))
_idLocations
[
idString
]
=
idLocation
;
}
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