diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-09 00:37:26 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-06-09 00:37:26 +0200 |
commit | 03ed645373d01a74164b175a40c66d83a8e21dee (patch) | |
tree | ac78e19200eff4cafd28cec2945ec82682b9676c /lib/Transaction.h | |
parent | 82abdac2fc90432767388e642d672a457a926a83 (diff) |
InstallSignature
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 4407ba9..be68e73 100644 --- a/lib/Transaction.h +++ b/lib/Transaction.h @@ -9,6 +9,7 @@ #include "Role.h" #include "Status.h" #include "Provides.h" +#include "SignatureType.h" namespace PackageKit { @@ -43,6 +44,7 @@ public: void installPackages(const QList<Package*> &packages); void installPackage(Package *p); + void installSignature(const SignatureType::Value &type, const QString &key_id, Package *p); void updatePackages(const QList<Package*> &packages); void updatePackage(Package *p); void installFiles(const QStringList& files, bool trusted = false); |