CppEditor: Make renameIncludes() also work for moved files

Task-number: QTCREATORBUG-26545
Change-Id: I0bfe203af8f091562cdd91411dbe502fc5a76956
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Christian Kandeler
2024-03-14 10:24:46 +01:00
parent dd876dc405
commit 42edb0dd61
11 changed files with 108 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
#include "header.h"
#include "subdir1/header1.h"
#include <header2.h>
int main() {}