diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-09 00:26:27 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-09 00:26:27 +0200 |
commit | 5a131dafc31f8b804cb8df5b0078a6c4b5981814 (patch) | |
tree | f13b06739fe24e3f6c1bf6ca98a383a3540911eb /lib/Transaction.h | |
parent | 38da54e1a5159be6e5a38fa672e6ea9b6991ba0e (diff) |
RepoEnable, RepoSetData
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 02957d2..174690b 100644 --- a/lib/Transaction.h +++ b/lib/Transaction.h @@ -57,6 +57,8 @@ public: void refreshCache(bool force = false); void getProgress(uint &percentage, uint &subpercentage, uint &elapsed, uint &remaining); + void repoEnable(const QString &repo_id, bool enabled); + void repoSetData(const QString &repo_id, const QString ¶meter, const QString &value); signals: void GotPackage(Package *p); |