Introduced Snapshot::findMatchingDefinition().

This commit is contained in:
Roberto Raggi
2010-05-11 12:47:20 +02:00
parent 7eae51507c
commit c282da7d1e
6 changed files with 143 additions and 89 deletions

View File

@@ -231,6 +231,8 @@ public:
Control *control() const; // ### deprecate
static QList<const Name *> fullyQualifiedName(Symbol *symbol);
private:
Control *_control;