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
KMail
Commits
dad8c8cf
Commit
dad8c8cf
authored
Oct 14, 2021
by
Laurent Montel
😁
Browse files
Add text
parent
60f335f4
Pipeline
#88610
passed with stage
in 24 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor/warningwidgets/toomanyrecipientswarning.cpp
View file @
dad8c8cf
...
...
@@ -5,7 +5,8 @@
*/
#include "toomanyrecipientswarning.h"
#include <KLocalizedString>
#include <MessageComposer/MessageComposerSettings>
TooManyRecipientsWarning
::
TooManyRecipientsWarning
(
QWidget
*
parent
)
:
KMessageWidget
(
parent
)
{
...
...
@@ -13,6 +14,7 @@ TooManyRecipientsWarning::TooManyRecipientsWarning(QWidget *parent)
setCloseButtonVisible
(
true
);
setMessageType
(
Warning
);
setWordWrap
(
true
);
setText
(
i18nc
(
"@info:status"
,
"Truncating recipients list to %1."
,
MessageComposer
::
MessageComposerSettings
::
self
()
->
maximumRecipients
()));
}
TooManyRecipientsWarning
::~
TooManyRecipientsWarning
()
...
...
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