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
libkleo
Commits
aed44b32
Commit
aed44b32
authored
Jul 28, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
e5d8e929
Pipeline
#210027
passed with stage
in 2 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/cryptoconfigmodule.cpp
View file @
aed44b32
...
...
@@ -994,7 +994,7 @@ void prepareURLCfgDialog(QDialog *dialog, DirectoryServicesWidget *dirserv, bool
void
Kleo
::
CryptoConfigEntryLDAPURL
::
slotOpenDialog
()
{
if
(
!
gpgme_check_version
(
"1.16.0"
))
{
KMessageBox
::
sorry
(
mPushButton
->
parentWidget
(),
KMessageBox
::
error
(
mPushButton
->
parentWidget
(),
i18n
(
"Configuration of directory services is not possible "
"because the used gpgme libraries are too old."
),
i18n
(
"Sorry"
));
...
...
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