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
KMail
Commits
245ffaba
Commit
245ffaba
authored
Jan 21, 2022
by
Laurent Montel
Browse files
USe correct qtkeychain
parent
fe221f0e
Pipeline
#126848
passed with stage
in 7 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sieveimapinterface/kmsieveimappasswordprovider.h
View file @
245ffaba
...
...
@@ -7,7 +7,11 @@
#pragma once
#include
"kmail_private_export.h"
#include
<KSieveUi/SieveImapPasswordProvider>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
class
KMAILTESTS_TESTS_EXPORT
KMSieveImapPasswordProvider
:
public
KSieveUi
::
SieveImapPasswordProvider
{
Q_OBJECT
...
...
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