diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2011-05-18 12:28:53 +0200 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2011-05-18 12:35:53 +0200 |
commit | ab40e9c78ebb4911230fa1062b8e3bf098515ab4 (patch) | |
tree | f68c863c6be64564dd176b1865079b8c2a4fb270 /src/libs/cplusplus/ModelManagerInterface.h | |
parent | 2d41159dab3347340f8ac9d89d64a8f5b6c7443c (diff) | |
download | qt-creator-ab40e9c78ebb4911230fa1062b8e3bf098515ab4.tar.gz |
C++ editor: Remove scanning/caching of includes
With the completion now in a separate thread this should
no longer be necessary.
Reviewed-by: Roberto Raggi
Diffstat (limited to 'src/libs/cplusplus/ModelManagerInterface.h')
-rw-r--r-- | src/libs/cplusplus/ModelManagerInterface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/cplusplus/ModelManagerInterface.h b/src/libs/cplusplus/ModelManagerInterface.h index 5ac26b8e47..f3b7784e57 100644 --- a/src/libs/cplusplus/ModelManagerInterface.h +++ b/src/libs/cplusplus/ModelManagerInterface.h @@ -132,8 +132,6 @@ public: virtual ProjectInfo projectInfo(ProjectExplorer::Project *project) const = 0; virtual void updateProjectInfo(const ProjectInfo &pinfo) = 0; - virtual QStringList includesInPath(const QString &path) const = 0; - virtual void addEditorSupport(CppTools::AbstractEditorSupport *editorSupport) = 0; virtual void removeEditorSupport(CppTools::AbstractEditorSupport *editorSupport) = 0; |