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
System
KSystemLog
Commits
59d04744
Commit
59d04744
authored
Jul 29, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
2c93c054
Pipeline
#210198
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/logViewExport.cpp
View file @
59d04744
...
...
@@ -60,7 +60,7 @@ void LogViewExport::sendMail()
// Too much lines selected
if
(
i
>
1000
)
{
KMessageBox
::
sorry
(
mParent
,
i18n
(
"You have selected too many lines. Please only select important log lines."
),
i18n
(
"Too Many Lines Selected"
));
KMessageBox
::
error
(
mParent
,
i18n
(
"You have selected too many lines. Please only select important log lines."
),
i18n
(
"Too Many Lines Selected"
));
return
;
}
...
...
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