Core: filepathify file renaming

Change-Id: I3d4f39e34e65cde3df7b7c19570e3a54d0625d53
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
David Schulz
2021-06-11 14:34:34 +02:00
parent 55b91a7617
commit f66df921d7
32 changed files with 203 additions and 176 deletions

View File

@@ -58,7 +58,7 @@ public:
bool deleteFiles(ProjectExplorer::Node *context,
const QStringList &filePaths) override;
bool renameFile(ProjectExplorer::Node *context,
const QString &filePath, const QString &newFilePath) override;
const Utils::FilePath &oldFilePath, const Utils::FilePath &newFilePath) override;
QmlProject *qmlProject() const;