Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KIMAP
Commits
aaf13416
Commit
aaf13416
authored
Oct 10, 2020
by
Volker Krause
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
autotests/selectjobtest.cpp
autotests/selectjobtest.cpp
+4
-1
No files found.
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
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