forked from qt-creator/qt-creator
Some clang-tidy -use-modernize-nullptr
Change-Id: I1bed5e85a5b7948d08502a72a10f80baa075c204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -36,7 +36,7 @@ class QSSH_EXPORT SshRemoteProcessRunner : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SshRemoteProcessRunner(QObject *parent = 0);
|
||||
SshRemoteProcessRunner(QObject *parent = nullptr);
|
||||
~SshRemoteProcessRunner();
|
||||
|
||||
void run(const QString &command, const SshConnectionParameters &sshParams);
|
||||
|
||||
Reference in New Issue
Block a user