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
PIM Messagelib
Commits
6eae4cbf
Commit
6eae4cbf
authored
Aug 09, 2021
by
Laurent Montel
😁
Browse files
Fix autotest
parent
e080d390
Pipeline
#74088
passed with stage
in 25 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/remote-content/autotests/remotecontentdialogtest.cpp
View file @
6eae4cbf
...
...
@@ -21,7 +21,7 @@ void RemoteContentDialogTest::shouldHaveDefaultValues()
{
MessageViewer
::
RemoteContentDialog
w
;
QVERIFY
(
!
w
.
windowTitle
().
isEmpty
());
QVERIFY
(
w
.
windowTitle
().
isEmpty
());
auto
mainLayout
=
w
.
findChild
<
QVBoxLayout
*>
(
QStringLiteral
(
"mainLayout"
));
QVERIFY
(
mainLayout
);
...
...
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