summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-04-24 14:38:01 +0200
committerhjk <hjk@qt.io>2019-04-25 08:09:22 +0000
commit09df30396f6b5ef13ca810a728363716d257745f (patch)
tree6637533bff50ab768f0aa3d2bfb5a5a92fe0728c /src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h
parent4fcf061e1f3c1defc1391d9a38db57eecfa56ac3 (diff)
downloadqt-creator-09df30396f6b5ef13ca810a728363716d257745f.tar.gz
RemoteLinux: Use a structure to return check results
Instead of the combined bool value + QString * out parameter. Change-Id: I8840f48b74aaacd1b0c0412efd8abcdc2be12d58 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h
index f02748d511..afd5887f33 100644
--- a/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h
+++ b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestep.h
@@ -41,7 +41,7 @@ public:
static QString displayName();
protected:
- bool initInternal(QString *error) override;
+ CheckResult initInternal() override;
AbstractRemoteLinuxDeployService *deployService() const override;
private: