diff --git a/package.h b/package.h index f053bddc6..974313fa1 100644 --- a/package.h +++ b/package.h @@ -54,8 +54,10 @@ class PLASMA_EXPORT Package * @arg packagePath full path to the package directory * @arg structure the package structure describing this package */ - Package(const QString &packagePath, const PackageStructure &structure); - + Package(const QString &packagePath, const PackageStructure &structure); + + //TODO for 4.1: be able to load an uninstalled/uncompressed file. + ~Package(); /**