aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/linuxdeviceprocess.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 17:35:17 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-08 07:43:06 +0000
commit44319ff6e21f03bc81607cea749b5146b72be8e3 (patch)
treeb2441ab869723809f1d58f967b9e1754d2323b5a /src/plugins/remotelinux/linuxdeviceprocess.h
parent05dd3285fcaa9e653df4e8f9daf3c006f076929c (diff)
RemoteLinux: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I2a608fec95a489b3bde426e46d288672c6d1d20d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/linuxdeviceprocess.h')
-rw-r--r--src/plugins/remotelinux/linuxdeviceprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/linuxdeviceprocess.h b/src/plugins/remotelinux/linuxdeviceprocess.h
index b461024602..a37dd85686 100644
--- a/src/plugins/remotelinux/linuxdeviceprocess.h
+++ b/src/plugins/remotelinux/linuxdeviceprocess.h
@@ -38,7 +38,7 @@ class REMOTELINUX_EXPORT LinuxDeviceProcess : public ProjectExplorer::SshDeviceP
Q_OBJECT
public:
explicit LinuxDeviceProcess(const QSharedPointer<const ProjectExplorer::IDevice> &device,
- QObject *parent = 0);
+ QObject *parent = nullptr);
// Files to source before executing the command (if they exist). Overrides the default.
void setRcFilesToSource(const QStringList &filePaths);