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:
@@ -286,7 +286,8 @@ QList<DeployableFile> QnxDeployQtLibrariesDialog::gatherFiles(
|
||||
remoteDir = fullRemoteDirectory() + QLatin1Char('/') +
|
||||
baseDir.relativeFilePath(dirPath);
|
||||
}
|
||||
result.append(DeployableFile(fileInfo.absoluteFilePath(), remoteDir));
|
||||
result.append(DeployableFile(Utils::FilePath::fromString(fileInfo.absoluteFilePath()),
|
||||
remoteDir));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user