private class changes to match the public class usage
This commit is contained in:
parent
14f9471784
commit
4a3ef536e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user