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
Utilities
KGpg
Commits
4f57108e
Commit
4f57108e
authored
Feb 22, 2022
by
Laurent Montel
😁
Browse files
Adapt to new akonadi include path
parent
54836a5f
Pipeline
#140987
passed with stage
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
keysmanager.cpp
View file @
4f57108e
...
...
@@ -50,10 +50,16 @@
#include "transactions/kgpgtransactionjob.h"
#include <algorithm>
#include <akonadi-contact_version.h>
#if AKONADICONTACT_VERSION > QT_VERSION_CHECK(5, 19, 40)
#include <Akonadi/ContactEditor>
#include <Akonadi/ContactEditorDialog>
#include <Akonadi/ContactSearchJob>
#else
#include <Akonadi/Contact/ContactEditor>
#include <Akonadi/Contact/ContactEditorDialog>
#include <Akonadi/Contact/ContactSearchJob>
#endif
#include <KActionCollection>
#include <KContacts/AddresseeList>
// #include <KContacts/Key> TODO
...
...
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