forked from qt-creator/qt-creator
CppEditor: Convert parts of ModelManagerInterface to FilePath
Change-Id: If7503b6d6732e1735eb8d48ece6e80886d10c647 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
CppEditor::BaseEditorDocumentParser::Configuration parserConfig();
|
||||
|
||||
public:
|
||||
static ClangEditorDocumentProcessor *get(const QString &filePath);
|
||||
static ClangEditorDocumentProcessor *get(const Utils::FilePath &filePath);
|
||||
|
||||
signals:
|
||||
void parserConfigChanged(const Utils::FilePath &filePath,
|
||||
|
||||
Reference in New Issue
Block a user