Added Snapshot::dependsOn().

Snapshot::dependsOn(fn) returns the files in the snapshot that depends on fn.
This commit is contained in:
Roberto Raggi
2009-07-29 10:16:48 +02:00
parent 7e65890ca2
commit 1e7b406327
2 changed files with 80 additions and 3 deletions

View File

@@ -291,6 +291,8 @@ public:
QSharedPointer<NamespaceBinding> globalNamespaceBinding(Document::Ptr doc) const;
QStringList dependsOn(const QString &fileName) const;
void insert(Document::Ptr doc);
using _Base::insert;