Use the Control created by CPlusPlus::CreateBindings.

This commit is contained in:
Roberto Raggi
2010-05-17 16:56:22 +02:00
parent 35c50dcbfc
commit 1e1d8e450f
2 changed files with 4 additions and 14 deletions

View File

@@ -204,8 +204,6 @@ public:
LookupContext(const LookupContext &other);
LookupContext &operator = (const LookupContext &other);
bool isValid() const;
Document::Ptr expressionDocument() const;
Document::Ptr thisDocument() const;
Document::Ptr document(const QString &fileName) const;
@@ -228,8 +226,6 @@ public:
static QList<const Name *> fullyQualifiedName(Symbol *symbol);
private:
Control *_control;
// The current expression.
Document::Ptr _expressionDocument;