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
PIM
KDE PIM Add-ons
Commits
44b0d2ef
Commit
44b0d2ef
authored
Sep 07, 2022
by
Laurent Montel
Browse files
Remove commented code
parent
8f11c609
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/mergelib/searchduplicate/resultduplicatetreewidget.cpp
View file @
44b0d2ef
...
...
@@ -115,7 +115,6 @@ void ResultDuplicateTreeWidget::checkAllItems()
for
(
int
i
=
0
;
i
<
topLevelItemCount
();
++
i
)
{
QTreeWidgetItem
*
item
=
topLevelItem
(
i
);
item
->
setCheckState
(
0
,
Qt
::
Checked
);
// const int childCount = item->childCount();
}
}
...
...
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