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
PIM
KDE PIM Runtime
Commits
7b9c2c76
Commit
7b9c2c76
authored
Nov 17, 2020
by
Laurent Montel
😁
Browse files
Avoid to kill job when we close dialog
parent
c42d1e83
Pipeline
#41292
failed with stage
in 17 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/pop3/accountwidget.cpp
View file @
7b9c2c76
...
...
@@ -231,7 +231,7 @@ void AccountWidget::walletOpenedForSaving()
deleteJob
->
setKey
(
mIdentifier
);
deleteJob
->
start
();
}
else
{
auto
writeJob
=
new
WritePasswordJob
(
QStringLiteral
(
"pop3"
)
,
this
);
auto
writeJob
=
new
WritePasswordJob
(
QStringLiteral
(
"pop3"
));
connect
(
writeJob
,
&
QKeychain
::
Job
::
finished
,
this
,
[](
QKeychain
::
Job
*
baseJob
)
{
if
(
baseJob
->
error
())
{
qCWarning
(
POP3RESOURCE_LOG
)
<<
"Error writing password using QKeychain:"
<<
baseJob
->
errorString
();
...
...
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