From 4a3ef536e6f969049e3e86454fa2501e30c7e57c Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 19 Jul 2011 21:52:33 +0200 Subject: [PATCH] private class changes to match the public class usage --- private/package_p.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/private/package_p.h b/private/package_p.h index af43970fb..d52d9ebca 100644 --- a/private/package_p.h +++ b/private/package_p.h @@ -24,6 +24,7 @@ #include "../service.h" #include +#include #include namespace Plasma @@ -65,7 +66,10 @@ public: void createPackageMetadata(const QString &path); void updateHash(const QString &basePath, const QString &subPath, const QDir &dir, QCryptographicHash &hash); + static bool installPackage(const QString &archivePath, const QString &packageRoot, const QString &servicePrefix); + static bool uninstallPackage(const QString &packageName, const QString &packageRoot, const QString &servicePrefix); + QWeakPointer structure; QString type; QString path; QStringList contentsPrefixPaths;