forked from qt-creator/qt-creator
Quickfix for adding a declaration to a class from a definition.
This commit is contained in:
@@ -216,6 +216,7 @@ public:
|
||||
QList<Symbol *> lookup(const Name *name, Scope *scope) const;
|
||||
ClassOrNamespace *lookupType(const Name *name, Scope *scope) const;
|
||||
ClassOrNamespace *lookupType(Symbol *symbol) const;
|
||||
ClassOrNamespace *lookupParent(Symbol *symbol) const;
|
||||
|
||||
/// \internal
|
||||
QSharedPointer<CreateBindings> bindings() const;
|
||||
@@ -227,6 +228,9 @@ public:
|
||||
|
||||
static QList<const Name *> fullyQualifiedName(Symbol *symbol);
|
||||
|
||||
const Name *minimalName(const Name *name, Scope *source,
|
||||
ClassOrNamespace *target) const;
|
||||
|
||||
private:
|
||||
// The current expression.
|
||||
Document::Ptr _expressionDocument;
|
||||
|
||||
Reference in New Issue
Block a user