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
4db1b371
Commit
4db1b371
authored
Dec 09, 2009
by
hjk
Browse files
make an unused for loop faster
parent
f33efdc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchhandler.cpp
View file @
4db1b371
...
...
@@ -1048,7 +1048,7 @@ void WatchModel::insertBulkData(const QList<WatchData> &list)
foreach
(
const
WatchItem
&
data
,
list
)
qDebug
()
<<
data
.
toString
();
qDebug
()
<<
"NEW LIST: "
;
foreach
(
const
WatchItem
&
data
,
newList
.
values
()
)
foreach
(
const
WatchItem
&
data
,
newList
)
qDebug
()
<<
data
.
toString
();
qDebug
()
<<
"P->CHILDREN: "
;
foreach
(
const
WatchItem
*
item
,
parent
->
children
)
...
...
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