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
Kleopatra
Commits
706da7c7
Commit
706da7c7
authored
Jan 26, 2022
by
Ingo Klöcker
Browse files
Remove never used config entry
GnuPG-bug-id: 5801
parent
7a32d00f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/conf/dirservconfigpage.cpp
View file @
706da7c7
...
...
@@ -64,11 +64,6 @@ static const char s_timeout_entryName[] = "ldaptimeout";
static
const
char
s_maxitems_componentName
[]
=
"dirmngr"
;
static
const
char
s_maxitems_entryName
[]
=
"max-replies"
;
#ifdef NOT_USEFUL_CURRENTLY
static
const
char
s_addnewservers_componentName
[]
=
"dirmngr"
;
static
const
char
s_addnewservers_entryName
[]
=
"add-servers"
;
#endif
class
DirectoryServicesConfigurationPage
::
Private
{
DirectoryServicesConfigurationPage
*
q
=
nullptr
;
...
...
@@ -100,13 +95,11 @@ private:
Kleo
::
DirectoryServicesWidget
*
mDirectoryServices
=
nullptr
;
Kleo
::
LabelledWidget
<
QTimeEdit
>
mTimeout
;
Kleo
::
LabelledWidget
<
QSpinBox
>
mMaxItems
;
QCheckBox
*
mAddNewServersCB
=
nullptr
;
QGpgME
::
CryptoConfigEntry
*
mX509ServicesEntry
=
nullptr
;
QGpgME
::
CryptoConfigEntry
*
mOpenPGPServiceEntry
=
nullptr
;
QGpgME
::
CryptoConfigEntry
*
mTimeoutConfigEntry
=
nullptr
;
QGpgME
::
CryptoConfigEntry
*
mMaxItemsConfigEntry
=
nullptr
;
QGpgME
::
CryptoConfigEntry
*
mAddNewServersConfigEntry
=
nullptr
;
QGpgME
::
CryptoConfig
*
mConfig
=
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