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
SDK
Cervisia
Commits
3118f77f
Commit
3118f77f
authored
Jul 13, 2022
by
Laurent Montel
Browse files
Use nullptr
parent
69780026
Changes
1
Hide whitespace changes
Inline
Side-by-side
cvsservice/sshagent.h
View file @
3118f77f
...
...
@@ -32,7 +32,7 @@ class SshAgent : public QObject
Q_OBJECT
public:
explicit
SshAgent
(
QObject
*
parent
=
0
);
explicit
SshAgent
(
QObject
*
parent
=
nullptr
);
~
SshAgent
()
override
;
bool
querySshAgent
();
...
...
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