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
PimCommon
Commits
7f8db38c
Commit
7f8db38c
authored
Sep 02, 2021
by
Laurent Montel
😁
Browse files
Avoid to reformat this code
parent
122bc87d
Pipeline
#78163
passed with stage
in 10 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pimcommonakonadi/ldap/ldapsearchdialog.cpp
View file @
7f8db38c
...
...
@@ -679,7 +679,9 @@ void LdapSearchDialog::Private::restoreSettings()
ldapClient
->
setAttributes
(
attrs
);
q
->
connect
(
ldapClient
,
SIGNAL
(
result
(
KLDAP
::
LdapClient
,
KLDAP
::
LdapObject
)),
q
,
SLOT
(
slotAddResult
(
KLDAP
::
LdapClient
,
KLDAP
::
LdapObject
)));
// clang-format off
q
->
connect
(
ldapClient
,
SIGNAL
(
result
(
KLDAP
::
LdapClient
,
KLDAP
::
LdapObject
)),
q
,
SLOT
(
slotAddResult
(
KLDAP
::
LdapClient
,
KLDAP
::
LdapObject
)));
// clang-format on
q
->
connect
(
ldapClient
,
SIGNAL
(
done
()),
q
,
SLOT
(
slotSearchDone
()));
q
->
connect
(
ldapClient
,
&
KLDAP
::
LdapClient
::
error
,
q
,
[
this
](
const
QString
&
err
)
{
slotError
(
err
);
...
...
Write
Preview
Markdown
is supported
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