forked from qt-creator/qt-creator
Added Snapshot::dependsOn().
Snapshot::dependsOn(fn) returns the files in the snapshot that depends on fn.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user