forked from qt-creator/qt-creator
CppEditor: More migration to FilePath
Change-Id: I261b713671e00bb567f61b4ee5ecf6fa83473bff Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -354,8 +354,8 @@ Document::Ptr LookupContext::expressionDocument() const
|
||||
Document::Ptr LookupContext::thisDocument() const
|
||||
{ return _thisDocument; }
|
||||
|
||||
Document::Ptr LookupContext::document(const QString &fileName) const
|
||||
{ return _snapshot.document(fileName); }
|
||||
Document::Ptr LookupContext::document(const FilePath &filePath) const
|
||||
{ return _snapshot.document(filePath); }
|
||||
|
||||
Snapshot LookupContext::snapshot() const
|
||||
{ return _snapshot; }
|
||||
|
||||
Reference in New Issue
Block a user