Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KMail Account Wizard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KMail Account Wizard
Commits
1932510b
Commit
1932510b
authored
Sep 01, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize pointer
parent
a49712eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/autotests/ldaptest.cpp
src/autotests/ldaptest.cpp
+1
-1
src/cryptopage.cpp
src/cryptopage.cpp
+1
-1
src/ldap.h
src/ldap.h
+1
-1
No files found.
src/autotests/ldaptest.cpp
View file @
1932510b
...
...
@@ -54,7 +54,7 @@ public:
}
QTemporaryFile
mTempFile
;
KConfig
*
mConfig
;
KConfig
*
mConfig
=
nullptr
;
};
class
LdapTest
:
public
QObject
...
...
src/cryptopage.cpp
View file @
1932510b
...
...
@@ -335,7 +335,7 @@ public:
private:
QString
mFile
;
QGpgME
::
Job
*
mJob
;
QGpgME
::
Job
*
mJob
=
nullptr
;
};
CryptoPage
::
CryptoPage
(
Dialog
*
parent
)
...
...
src/ldap.h
View file @
1932510b
...
...
@@ -59,7 +59,7 @@ public Q_SLOTS:
protected:
virtual
KConfig
*
config
()
const
;
KLDAP
::
LdapClientSearchConfig
*
m_clientSearchConfig
;
KLDAP
::
LdapClientSearchConfig
*
m_clientSearchConfig
=
nullptr
;
private:
friend
class
LdapTest
;
QString
securityString
();
...
...
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