forked from qt-creator/qt-creator
CppEditor: Switch to FilePath in IndexItem
... and fix fallout. Change-Id: I45d27146806bdcb5ceb728b710eca51c7cd32ee2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user