summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-05-17 12:32:05 +0200
committerhjk <hjk@qt.io>2019-05-17 11:55:04 +0000
commitf4c9e5e5c4b7f61d28e34c1912965c0e27d3b0e6 (patch)
tree18f296e0ca70bb0a6ac9428b9dceee43ca8d0131 /src/plugins/remotelinux
parent0565457b5c16564d2b230dca8eea6d94024efae2 (diff)
downloadqt-creator-f4c9e5e5c4b7f61d28e34c1912965c0e27d3b0e6.tar.gz
More FileName::appendPath() -> .pathAppended()
Change-Id: I403d34e4f52f758339c158efc7a11fd329e3e043 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/tarpackagecreationstep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/tarpackagecreationstep.cpp b/src/plugins/remotelinux/tarpackagecreationstep.cpp
index 49fead9a59..26ac446028 100644
--- a/src/plugins/remotelinux/tarpackagecreationstep.cpp
+++ b/src/plugins/remotelinux/tarpackagecreationstep.cpp
@@ -119,7 +119,7 @@ void TarPackageCreationStep::addNeededDeploymentFiles(
}
for (const QString &fileName : files) {
- const QString localFilePath = deployable.localFilePath().appendPath(fileName).toString();
+ const QString localFilePath = deployable.localFilePath().pathAppended(fileName).toString();
const QString remoteDir = deployable.remoteDirectory() + '/' + fileInfo.fileName();