forked from qt-creator/qt-creator
ProjectExplorer: Remove one constructor overload of DeployableFile
Change-Id: I87e444349129e9370b5fec505444723d36e21448 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -130,7 +130,7 @@ void TarPackageCreationStep::addNeededDeploymentFiles(
|
||||
}
|
||||
|
||||
for (const QString &fileName : files) {
|
||||
const QString localFilePath = deployable.localFilePath().pathAppended(fileName).toString();
|
||||
const FilePath localFilePath = deployable.localFilePath().pathAppended(fileName);
|
||||
|
||||
const QString remoteDir = deployable.remoteDirectory() + '/' + fileInfo.fileName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user