aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-11-23 17:11:20 +0100
committerhjk <hjk@qt.io>2022-11-25 11:16:38 +0000
commit038771051d62824368ae94b73e07c1b5ae62cec4 (patch)
treec9d968cfbbcf3bef5eb73790b80b684fbe22f428 /src/libs
parentdbdabf9c27eff015d279a1198d703178bfc0fece (diff)
CppEditor: Switch to FilePath in IndexItem
... and fix fallout. Change-Id: I45d27146806bdcb5ceb728b710eca51c7cd32ee2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/cplusplus/CppDocument.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h
index ecdf7307d0..ed5f672a63 100644
--- a/src/libs/cplusplus/CppDocument.h
+++ b/src/libs/cplusplus/CppDocument.h
@@ -409,8 +409,7 @@ public:
QList<IncludeLocation> includeLocationsOfDocument(const QString &fileNameOrPath) const;
Utils::FilePaths filesDependingOn(const Utils::FilePath &fileName) const;
- Utils::FilePaths filesDependingOn(const QString &fileName) const
- { return filesDependingOn(Utils::FilePath::fromString(fileName)); }
+
void updateDependencyTable() const;
void updateDependencyTable(QFutureInterfaceBase &futureInterface) const;