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
c6392c37
Commit
c6392c37
authored
Sep 09, 2021
by
Laurent Montel
😁
Browse files
Fix autotest
parent
0555557a
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/widgets/autotests/filternamewidgettest.cpp
View file @
c6392c37
...
@@ -26,6 +26,7 @@ void FilterNameWidgetTest::shouldHaveDefaultValues()
...
@@ -26,6 +26,7 @@ void FilterNameWidgetTest::shouldHaveDefaultValues()
auto
mName
=
w
.
findChild
<
QLineEdit
*>
(
QStringLiteral
(
"mName"
));
auto
mName
=
w
.
findChild
<
QLineEdit
*>
(
QStringLiteral
(
"mName"
));
QVERIFY
(
mName
);
QVERIFY
(
mName
);
QVERIFY
(
mName
->
text
().
isEmpty
());
QVERIFY
(
mName
->
text
().
isEmpty
());
QVERIFY
(
mName
->
isClearButtonEnabled
());
auto
mIconButton
=
w
.
findChild
<
KIconButton
*>
(
QStringLiteral
(
"mIconButton"
));
auto
mIconButton
=
w
.
findChild
<
KIconButton
*>
(
QStringLiteral
(
"mIconButton"
));
QVERIFY
(
mIconButton
);
QVERIFY
(
mIconButton
);
...
...
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