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
00e8cdde
Commit
00e8cdde
authored
Sep 15, 2021
by
Laurent Montel
😁
Browse files
Add window title
parent
b68c3708
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configuredialog/configuresecuritypage.cpp
View file @
00e8cdde
...
...
@@ -371,6 +371,7 @@ void SecurityPageWarningTab::slotReenableAllWarningsClicked()
void
SecurityPageWarningTab
::
slotConfigureGnupg
()
{
QPointer
<
GpgSettingsDialog
>
dlg
(
new
GpgSettingsDialog
(
this
));
dlg
->
setWindowTitle
(
i18nc
(
"@title:window"
,
"GnuPG Settings"
));
KPageWidgetItem
*
page
=
nullptr
;
const
auto
plugin
=
KPluginMetaData
::
findPluginById
(
QStringLiteral
(
"pim/kcms/kleopatra"
),
QStringLiteral
(
"kleopatra_config_gnupgsystem"
));
if
(
plugin
.
isValid
())
{
...
...
Write
Preview
Supports
Markdown
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