diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-07 22:23:25 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-07 22:23:25 +0200 |
commit | 67c7b151d7a9ae29d704323eca5aa2559e42a39b (patch) | |
tree | 3176f89385576b2300e3cae33ed3e1c0d5b6f9ea /lib/Transaction.h | |
parent | 600af9748fa1b6487e71f8b27cfd0867c93eb917 (diff) |
GetUpdates
Diffstat (limited to 'lib/Transaction.h')
-rw-r--r-- | lib/Transaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Transaction.h b/lib/Transaction.h index b19a14f..154196e 100644 --- a/lib/Transaction.h +++ b/lib/Transaction.h @@ -43,6 +43,8 @@ public: void removePackages(const QList<Package*> &packages, bool allow_deps = false, bool autoremove = false); void removePackage(Package *p, bool allow_deps = false, bool autoremove = false); + void getUpdates(const QString& filter); + void getProgress(uint &percentage, uint &subpercentage, uint &elapsed, uint &remaining); signals: |