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
99ec41cb
Commit
99ec41cb
authored
May 12, 2021
by
Ingo Klöcker
Browse files
GIT_SILENT: Fix indentation
parent
7d49a67a
Pipeline
#61661
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/certificatedetailswidget.cpp
View file @
99ec41cb
...
...
@@ -870,15 +870,16 @@ CertificateDetailsWidget::~CertificateDetailsWidget() = default;
void
CertificateDetailsWidget
::
Private
::
keyListDone
(
const
GpgME
::
KeyListResult
&
,
const
std
::
vector
<
GpgME
::
Key
>
&
keys
,
const
QString
&
,
const
GpgME
::
Error
&
)
{
updateInProgress
=
false
;
if
(
keys
.
size
()
!=
1
)
{
qCWarning
(
KLEOPATRA_LOG
)
<<
"Invalid keylist result in update."
;
return
;
}
// As we listen for keysmayhavechanged we get the update
// after updating the keycache.
KeyCache
::
mutableInstance
()
->
insert
(
keys
);
const
GpgME
::
Error
&
)
{
updateInProgress
=
false
;
if
(
keys
.
size
()
!=
1
)
{
qCWarning
(
KLEOPATRA_LOG
)
<<
"Invalid keylist result in update."
;
return
;
}
// As we listen for keysmayhavechanged we get the update
// after updating the keycache.
KeyCache
::
mutableInstance
()
->
insert
(
keys
);
}
void
CertificateDetailsWidget
::
Private
::
setUpdatedKey
(
const
GpgME
::
Key
&
k
)
...
...
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