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
KDE PIM Runtime
Commits
683fb47b
Commit
683fb47b
authored
Jan 21, 2022
by
Laurent Montel
Browse files
USe correct qtkeychain
parent
0dff1f36
Pipeline
#126851
passed with stage
in 14 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/imap/settings.cpp
View file @
683fb47b
...
...
@@ -7,7 +7,11 @@
#include
"settings.h"
#include
"settingsadaptor.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
using
namespace
QKeychain
;
#include
"imapaccount.h"
#include
<config-imap.h>
...
...
resources/pop3/accountwidget.h
View file @
683fb47b
...
...
@@ -11,7 +11,11 @@
#pragma once
#include
"ui_popsettings.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
class
Settings
;
namespace
MailTransport
...
...
resources/pop3/pop3resource.cpp
View file @
683fb47b
...
...
@@ -28,7 +28,11 @@
#include
<QPointer>
#include
<QTimer>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
using
namespace
QKeychain
;
using
namespace
Akonadi
;
using
namespace
MailTransport
;
...
...
resources/pop3/settings.cpp
View file @
683fb47b
...
...
@@ -6,7 +6,11 @@
#include
"settings.h"
#include
"settingsadaptor.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
using
namespace
QKeychain
;
#include
"pop3resource_debug.h"
...
...
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