private class changes to match the public class usage

This commit is contained in:
Aaron Seigo 2011-07-19 21:52:33 +02:00
parent 14f9471784
commit 4a3ef536e6

View File

@ -24,6 +24,7 @@
#include "../service.h"
#include <QCryptographicHash>
#include <QDir>
#include <QString>
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<PackageStructure> structure;
QString type;
QString path;
QStringList contentsPrefixPaths;