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
Akonadi Data Import Wizard
Commits
4100e90c
Commit
4100e90c
authored
Jan 05, 2022
by
Laurent Montel
Browse files
Fix unity build support
parent
945ddff6
Pipeline
#118988
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libimportwizard/importwizardsavepasswordjob.cpp
View file @
4100e90c
...
...
@@ -36,7 +36,7 @@ void ImportWizardSavePasswordJob::start()
return
;
}
auto
writeJob
=
new
WritePasswordJob
(
mName
,
this
);
connect
(
writeJob
,
&
Job
::
finished
,
this
,
&
ImportWizardSavePasswordJob
::
slotPasswordWritten
);
connect
(
writeJob
,
&
WritePassword
Job
::
finished
,
this
,
&
ImportWizardSavePasswordJob
::
slotPasswordWritten
);
writeJob
->
setKey
(
mKey
);
writeJob
->
setTextData
(
mPassword
);
writeJob
->
start
();
...
...
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