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
6a3f612e
Commit
6a3f612e
authored
Aug 19, 2022
by
Ingo Klöcker
Committed by
Ingo Klöcker
Aug 19, 2022
Browse files
Update information about OpenPGP keys on smart card if keys have changed
GnuPG-bug-id: 6140
parent
93746a06
Pipeline
#220258
passed with stage
in 3 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/view/openpgpkeycardwidget.cpp
View file @
6a3f612e
...
...
@@ -235,6 +235,9 @@ OpenPGPKeyCardWidget::OpenPGPKeyCardWidget(QWidget *parent)
:
QWidget
{
parent
}
,
d
{
std
::
make_unique
<
Private
>
(
this
)}
{
connect
(
KeyCache
::
instance
().
get
(),
&
KeyCache
::
keysMayHaveChanged
,
this
,
[
this
]()
{
d
->
update
();
});
}
OpenPGPKeyCardWidget
::~
OpenPGPKeyCardWidget
()
=
default
;
...
...
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