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
Utilities
KGpg
Commits
b333e678
Commit
b333e678
authored
Dec 26, 2020
by
Laurent Montel
Browse files
Don't use 0 as flag
parent
cb81825e
Changes
1
Hide whitespace changes
Inline
Side-by-side
keytreeview.cpp
View file @
b333e678
...
...
@@ -50,7 +50,7 @@ KeyTreeView::selectedNodes(bool *psame, KgpgCore::KgpgItemType *pt) const
{
QModelIndexList
selidx
=
selectedIndexes
();
std
::
vector
<
KGpgNode
*>
ndlist
;
KgpgItemType
tp
=
0
;
KgpgItemType
tp
=
{}
;
bool
sametype
=
true
;
if
(
selidx
.
isEmpty
())
{
...
...
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