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
Kleopatra
Commits
5056be30
Commit
5056be30
authored
Aug 11, 2022
by
Ingo Klöcker
Browse files
Make label showing fingerprint of key to certify accessible
GnuPG-bug-id: 6046
parent
4ed1683d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/certifywidget.cpp
View file @
5056be30
...
...
@@ -276,6 +276,7 @@ public:
auto
mainLay
=
new
QVBoxLayout
{
q
};
mFprLabel
=
new
QLabel
{
q
};
labelHelper
.
addLabel
(
mFprLabel
);
mainLay
->
addWidget
(
mFprLabel
);
auto
secKeyLay
=
new
QHBoxLayout
;
...
...
@@ -644,6 +645,8 @@ public:
KDateComboBox
*
mExpirationDateEdit
=
nullptr
;
QAction
*
mSetOwnerTrustAction
=
nullptr
;
LabelHelper
labelHelper
;
UserIDModel
mUserIDModel
;
GpgME
::
Key
mTarget
;
};
...
...
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