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
bfd589b0
Commit
bfd589b0
authored
Apr 22, 2021
by
Laurent Montel
😁
Browse files
Fix order
parent
a267639c
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/sendlater/sendlaterdialog.cpp
View file @
bfd589b0
...
...
@@ -22,8 +22,8 @@ using namespace MessageComposer;
SendLaterDialog
::
SendLaterDialog
(
SendLaterInfo
*
info
,
QWidget
*
parent
)
:
QDialog
(
parent
)
,
mInfo
(
info
)
,
mSendLaterWidget
(
new
Ui
::
SendLaterWidget
)
,
mInfo
(
info
)
{
setWindowTitle
(
i18nc
(
"@title:window"
,
"Send Later"
));
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmail"
)));
...
...
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