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:
@@ -520,7 +520,7 @@ void QmlBuildSystem::updateDeploymentData()
|
||||
ProjectExplorer::DeploymentData deploymentData;
|
||||
for (const QString &file : m_projectItem->files()) {
|
||||
deploymentData.addFile(
|
||||
file,
|
||||
FilePath::fromString(file),
|
||||
targetFile(Utils::FilePath::fromString(file)).parentDir().toString());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user