diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-07 19:53:53 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-07 19:53:53 +0200 |
commit | 273acbbc69f2ea58c45d8fcd1ac28f575b503b21 (patch) | |
tree | cfb93d889fae8e45b6cf6cf7be2c1fb66237f77b /lib/Transaction.h | |
parent | f7c4f1460c835a6739a19c5d29bf88ea23ef29b2 (diff) |
GetRequires
Diffstat (limited to 'lib/Transaction.h')
-rw-r--r-- | lib/Transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transaction.h b/lib/Transaction.h index b4a5b2e..bac6b69 100644 --- a/lib/Transaction.h +++ b/lib/Transaction.h @@ -33,6 +33,7 @@ public: void getDetails(Package *p); void getFiles(Package *p); void getDepends(Package *p, const QString &filter, bool recursive = true); + void getRequires(Package *p, const QString &filter, bool recursive = true); void installPackages(const QList<Package*> &packages); void installPackage(Package *p); |