forked from qt-creator/qt-creator
Deprecated the current LookupContext.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user