Deprecated the current LookupContext.

This commit is contained in:
Roberto Raggi
2010-05-05 09:47:16 +02:00
parent 325bc6664f
commit 32a84df5c0
19 changed files with 118 additions and 118 deletions

View File

@@ -33,7 +33,7 @@
#include <texteditor/icompletioncollector.h>
#include <cplusplus/CppDocument.h>
#include <cplusplus/LookupContext.h>
#include <cplusplus/DeprecatedLookupContext.h>
#include <ASTfwd.h>
#include <utils/changeset.h>
@@ -138,7 +138,7 @@ private:
Utils::ChangeSet _changeSet;
CPPEditor *_editor;
CPlusPlus::AST *_topLevelNode;
CPlusPlus::LookupContext _lookupContext;
CPlusPlus::DeprecatedLookupContext _lookupContext;
};
class CPPQuickFixCollector: public TextEditor::IQuickFixCollector