More renaming.

This commit is contained in:
Roberto Raggi
2010-05-14 14:00:56 +02:00
parent a2128885de
commit 31135d5767
2 changed files with 14 additions and 9 deletions

View File

@@ -124,11 +124,11 @@ public:
ClassOrNamespace *globalNamespace() const;
/// Finds the binding associated to the given symbol.
ClassOrNamespace *findClassOrNamespace(Symbol *symbol);
ClassOrNamespace *lookupType(Symbol *symbol);
/// Find the binding with the given path.
/// \internal
ClassOrNamespace *findClassOrNamespace(const QList<const Name *> &path);
ClassOrNamespace *lookupType(const QList<const Name *> &path);
/// Returns the Control that must be used to create temporary symbols.
/// \internal