Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
73671a0d
Commit
73671a0d
authored
Jan 15, 2021
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QString::split(..., Qt::SplitBehavior, ...) is already in Qt 5.14
parent
0c95eeac
Pipeline
#47742
failed with stage
in 25 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
resources/kolab/autotests/imaptestbase.cpp
resources/kolab/autotests/imaptestbase.cpp
+0
-4
No files found.
resources/kolab/autotests/imaptestbase.cpp
View file @
73671a0d
...
...
@@ -108,11 +108,7 @@ Akonadi::Collection ImapTestBase::createCollectionChain(const QString &remoteId)
Akonadi
::
Collection
collection
=
parent
;
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
const
QStringList
collections
=
remoteId
.
split
(
separator
,
QString
::
SkipEmptyParts
);
#else
const
QStringList
collections
=
remoteId
.
split
(
separator
,
Qt
::
SkipEmptyParts
);
#endif
Q_FOREACH
(
const
QString
&
colId
,
collections
)
{
collection
=
Akonadi
::
Collection
(
id
);
collection
.
setRemoteId
(
separator
+
colId
);
...
...
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