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
KLDAP
Commits
e40c880f
Commit
e40c880f
authored
Nov 30, 2020
by
Laurent Montel
😁
Browse files
Remove unused variable
parent
c2bc4fc1
Pipeline
#42579
passed with stage
in 8 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/ldapclientsearch.cpp
View file @
e40c880f
...
...
@@ -39,12 +39,10 @@ public:
Private
(
LdapClientSearch
*
qq
)
:
q
(
qq
)
{
mClientSearchConfig
=
new
LdapClientSearchConfig
;
}
~
Private
()
{
delete
mClientSearchConfig
;
}
void
readWeighForClient
(
LdapClient
*
client
,
const
KConfigGroup
&
config
,
int
clientNumber
);
...
...
@@ -68,7 +66,6 @@ public:
bool
mNoLDAPLookup
=
false
;
LdapResultObject
::
List
mResults
;
QString
mConfigFile
;
LdapClientSearchConfig
*
mClientSearchConfig
=
nullptr
;
};
LdapClientSearch
::
LdapClientSearch
(
QObject
*
parent
)
...
...
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