Skip to content
GitLab
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
dd0d9d2b
Commit
dd0d9d2b
authored
Jan 05, 2022
by
Laurent Montel
Browse files
Add missing parent here
parent
2861a50d
Pipeline
#119119
passed with stage
in 14 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/plugins/mailmergeplugin/mailmergedialog.cpp
View file @
dd0d9d2b
...
...
@@ -20,7 +20,7 @@ MailMergeDialog::MailMergeDialog(QWidget *parent)
{
auto
mainLayout
=
new
QVBoxLayout
(
this
);
setWindowTitle
(
i18nc
(
"@title:window"
,
"Mail Merge"
));
auto
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
);
auto
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
,
this
);
QPushButton
*
okButton
=
buttonBox
->
button
(
QDialogButtonBox
::
Ok
);
mMailMergeWidget
->
setObjectName
(
QStringLiteral
(
"mailmergewidget"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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