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
Utilities
KGpg
Commits
72cad968
Verified
Commit
72cad968
authored
Jan 07, 2021
by
Vladislav Glinsky
Browse files
Eliminate different signedness warning
parent
a84e2d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
keyinfodialog.cpp
View file @
72cad968
...
...
@@ -388,7 +388,7 @@ void KgpgKeyInfo::slotApplied(int result)
void
KgpgKeyInfo
::
slotKeyExpanded
()
{
// the counting starts at 1 and that is the primary uid which can't be a photo id
int
i
=
2
;
unsigned
int
i
=
2
;
const
KGpgSignableNode
*
uat
;
while
((
uat
=
m_node
->
getUid
(
i
++
))
!=
nullptr
)
{
...
...
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