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
libkdepim
Commits
7cd567b8
Commit
7cd567b8
authored
Jul 28, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
9472b5be
Pipeline
#210025
passed with stage
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libkdepim/multiplyingline/multiplyinglineview_p.cpp
View file @
7cd567b8
...
...
@@ -60,7 +60,7 @@ MultiplyingLine *MultiplyingLineView::addLine(bool showDialogBox)
int
numberOfLine
=
mLines
.
count
();
if
(
numberOfLine
++
>=
maximumRecipients
)
{
if
(
showDialogBox
)
{
KMessageBox
::
sorry
(
this
,
i18n
(
"We can not add more recipients. We have reached maximum recipients"
));
KMessageBox
::
error
(
this
,
i18n
(
"We can not add more recipients. We have reached maximum recipients"
));
}
return
nullptr
;
...
...
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