diff options
author | Daniel Nicoletti <mirttex85-pk@yahoo.com.br> | 2008-06-08 23:16:53 -0300 |
---|---|---|
committer | Daniel Nicoletti <mirttex85-pk@yahoo.com.br> | 2008-06-08 23:16:53 -0300 |
commit | e182bf65d12759ed5b99525b1fe427d608548882 (patch) | |
tree | a257d13aeb486c6f2f6c2be52ae578c79e2786de /lib/Transaction.h | |
parent | ea8dc47ddb59a345d99a6d6113c102708b524381 (diff) |
big changes in PkAddRm, also a bug fix in the lib methods
getDepends and GetRequires, so this is working in the ui too
Diffstat (limited to 'lib/Transaction.h')
-rw-r--r-- | lib/Transaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transaction.h b/lib/Transaction.h index d7a640d..ffec5d7 100644 --- a/lib/Transaction.h +++ b/lib/Transaction.h @@ -48,8 +48,8 @@ public: void getPackages(const QString& filter); 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 getDepends(const QString &filter, Package *p, bool recursive = true); + void getRequires( const QString &filter, Package *p, bool recursive = true); void whatProvides(const QString &filter, const Provides::Value &type, const QString& search); void resolve(const QString &filter, Package *p); |