Removed deprecate overload of LookupContext::classOrNamespace().

This commit is contained in:
Roberto Raggi
2010-05-14 13:43:51 +02:00
parent 9ed1f667a8
commit fca0d359ba
2 changed files with 0 additions and 12 deletions

View File

@@ -232,8 +232,6 @@ public:
static QList<const Name *> fullyQualifiedName(Symbol *symbol);
Q_DECL_DEPRECATED ClassOrNamespace *classOrNamespace(const Name *name, Symbol *lastVisibleSymbol) const;
private:
Control *_control;