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
adc82eee
Commit
adc82eee
authored
Nov 30, 2020
by
Laurent Montel
😁
Browse files
Minor optimization
parent
e40c880f
Pipeline
#42588
passed with stage
in 8 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/ldapconfigwidget.cpp
View file @
adc82eee
...
...
@@ -47,8 +47,7 @@ public:
void
sendQuery
();
void
initWidget
();
LdapConfigWidget
*
mParent
=
nullptr
;
WinFlags
mFeatures
=
W_ALL
;
LdapConfigWidget
*
const
mParent
;
QStringList
mQResult
;
QString
mAttr
;
...
...
@@ -75,10 +74,11 @@ public:
QRadioButton
*
mSecSSL
=
nullptr
;
QComboBox
*
mMech
=
nullptr
;
bool
mCancelled
=
false
;
QProgressDialog
*
mProg
=
nullptr
;
QGridLayout
*
mainLayout
=
nullptr
;
WinFlags
mFeatures
=
W_ALL
;
bool
mCancelled
=
false
;
};
void
LdapConfigWidget
::
Private
::
initWidget
()
...
...
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