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
Network
Konversation
Commits
d0ca8bf5
Commit
d0ca8bf5
authored
Jul 31, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
4d441ef8
Pipeline
#210929
passed with stage
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/viewer/viewcontainer.cpp
View file @
d0ca8bf5
...
...
@@ -2374,7 +2374,7 @@ void ViewContainer::findText()
{
if
(
!
m_searchView
)
{
KMessageBox
::
sorry
(
m_window
,
KMessageBox
::
error
(
m_window
,
i18n
(
"You can only search in text fields."
),
i18n
(
"Find Text Information"
));
}
...
...
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