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
KIMAP
Commits
aaf13416
Commit
aaf13416
authored
Oct 10, 2020
by
Volker Krause
Browse files
Compile with Qt 5.14
Should hopefully fix the CI build.
parent
97914ebc
Pipeline
#37110
passed with stage
in 14 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/selectjobtest.cpp
View file @
aaf13416
...
...
@@ -185,7 +185,10 @@ private Q_SLOTS:
if
(
!
modified
.
isEmpty
())
{
Messages
collectedModified
;
for
(
const
auto
&
modifiedSpyCatch
:
modifiedSpy
)
{
collectedModified
.
insert
(
modifiedSpyCatch
.
at
(
0
).
value
<
Messages
>
());
const
auto
msgs
=
modifiedSpyCatch
.
at
(
0
).
value
<
Messages
>
();
for
(
auto
it
=
msgs
.
begin
();
it
!=
msgs
.
end
();
++
it
)
{
collectedModified
.
insert
(
it
.
key
(),
it
.
value
());
}
}
QCOMPARE
(
collectedModified
,
modified
);
...
...
Luca Beltrame
@lbeltrame
mentioned in commit
36f9f6b8
·
Oct 11, 2020
mentioned in commit
36f9f6b8
mentioned in commit 36f9f6b862f94a1e0b29de1232eaeebf9e48857d
Toggle commit list
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