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 Contacts
Commits
071fbea7
Commit
071fbea7
authored
Feb 20, 2022
by
Laurent Montel
Browse files
Fix compile error
parent
69751df7
Pipeline
#140119
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akonadi-contacts/contactviewer.cpp
View file @
071fbea7
...
...
@@ -26,7 +26,11 @@
#include
<KConfig>
#include
<KContacts/VCardConverter>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<prison/Prison>
#else
#include
<Prison/Prison>
#endif
#include
<QGuiApplication>
#include
<QIcon>
#include
<QScreen>
...
...
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