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
KDE PIM Add-ons
Commits
7a5e0dec
Commit
7a5e0dec
authored
Feb 22, 2021
by
Laurent Montel
😁
Browse files
Add more autotest
parent
b99be61d
Pipeline
#51832
passed with stage
in 54 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/plugins/mailmergeplugin/widgets/mailmergewidget.cpp
View file @
7a5e0dec
...
...
@@ -28,11 +28,13 @@ MailMergeWidget::MailMergeWidget(QWidget *parent)
,
mAddressbookWidget
(
new
MailMerge
::
AddressBookWidget
(
this
))
{
auto
mainLayout
=
new
QVBoxLayout
(
this
);
mainLayout
->
setObjectName
(
QStringLiteral
(
"mainLayout"
));
auto
hbox
=
new
QHBoxLayout
;
mainLayout
->
addLayout
(
hbox
);
auto
lab
=
new
QLabel
(
i18n
(
"Source:"
),
this
);
lab
->
setObjectName
(
QStringLiteral
(
"lab"
));
hbox
->
addWidget
(
lab
);
mSource
->
setObjectName
(
QStringLiteral
(
"source"
));
...
...
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