Disable Create declaration from definition quickfix.

This commit is contained in:
Roberto Raggi
2010-07-12 15:09:36 +02:00
parent adfdb51660
commit 06c7cb9b88
3 changed files with 33 additions and 16 deletions

View File

@@ -125,6 +125,7 @@ public:
/// Finds the binding associated to the given symbol.
ClassOrNamespace *lookupType(Symbol *symbol);
ClassOrNamespace *lookupType(const QList<const Name *> &path);
/// Returns the Control that must be used to create temporary symbols.
/// \internal
@@ -227,9 +228,10 @@ public:
QSharedPointer<Control> control() const; // ### deprecate
static QList<const Name *> fullyQualifiedName(Symbol *symbol);
static QList<const Name *> path(Symbol *symbol);
const Name *minimalName(const Name *name, Scope *source,
ClassOrNamespace *target) const;
Q_DECL_DEPRECATED const Name *minimalName(const Name *name, Scope *source,
ClassOrNamespace *target) const;
private:
// The current expression.