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
Akonadi Data Import Wizard
Commits
8205e6d1
Commit
8205e6d1
authored
Jan 21, 2022
by
Laurent Montel
😁
Browse files
USe correct qtkeychain
parent
af7db9ae
Pipeline
#126850
passed with stage
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libimportwizard/importwizardsavepasswordjob.h
View file @
8205e6d1
...
...
@@ -8,7 +8,11 @@
#include "libimportwizard_export.h"
#include <QObject>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <qt5keychain/keychain.h>
#else
#include <qt6keychain/keychain.h>
#endif
class
LIBIMPORTWIZARD_EXPORT
ImportWizardSavePasswordJob
:
public
QObject
{
Q_OBJECT
...
...
Write
Preview
Markdown
is supported
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