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
PIM
Akonadi
Commits
52f2bb50
Commit
52f2bb50
authored
Dec 11, 2020
by
Laurent Montel
😁
Browse files
Properly include QStringList . Forward declaring it breaks with Qt6
parent
c5510b5b
Pipeline
#43730
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/agenttype.h
View file @
52f2bb50
...
...
@@ -14,7 +14,7 @@
class
QIcon
;
class
QString
;
class
QStringList
;
#include <
QStringList
>
class
QVariant
;
typedef
QMap
<
QString
,
QVariant
>
QVariantMap
;
...
...
src/core/collectionfetchscope.h
View file @
52f2bb50
...
...
@@ -13,7 +13,7 @@
#include <QSharedDataPointer>
#include <QSet>
class
QStringList
;
#include <
QStringList
>
namespace
Akonadi
{
...
...
src/core/mimetypechecker.h
View file @
52f2bb50
...
...
@@ -12,7 +12,7 @@
#include <QSharedDataPointer>
class
QString
;
class
QStringList
;
#include <
QStringList
>
namespace
Akonadi
{
...
...
src/private/scope_p.h
View file @
52f2bb50
...
...
@@ -16,7 +16,7 @@
#include <QString>
class
QJsonObject
;
class
QStringList
;
#include <
QStringList
>
namespace
Akonadi
{
...
...
Write
Preview
Supports
Markdown
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