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
Network
KIO GDrive
Commits
4a3c31ef
Commit
4a3c31ef
authored
Oct 30, 2022
by
Nicolas Fella
Browse files
Fix Qt6KeyChain include
parent
94e06458
Pipeline
#257631
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/keychainaccountmanager.cpp
View file @
4a3c31ef
...
...
@@ -12,7 +12,11 @@
#include
<QDataStream>
#include
<QEventLoop>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<qt5keychain/keychain.h>
#else
#include
<qt6keychain/keychain.h>
#endif
#include
<KIO/Job>
//for stat.h
#include
<KGAPI/AuthJob>
...
...
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