get rid of the convenience method; not used
This commit is contained in:
parent
755a1f2ba6
commit
b4dbbbb7d0
@ -123,12 +123,6 @@ Package::Package()
|
||||
{
|
||||
}
|
||||
|
||||
Package::Package(const QString &packageRoot, const QString &package,
|
||||
PackageStructure::Ptr structure)
|
||||
: d(new PackagePrivate(structure, packageRoot + '/' + package))
|
||||
{
|
||||
}
|
||||
|
||||
Package::Package(const QString &packagePath, PackageStructure::Ptr structure)
|
||||
: d(new PackagePrivate(structure, packagePath))
|
||||
{
|
||||
|
10
package.h
10
package.h
@ -47,16 +47,6 @@ class PLASMA_EXPORT Package
|
||||
*/
|
||||
explicit Package();
|
||||
|
||||
/**
|
||||
* Construct a Package object
|
||||
*
|
||||
* @arg packageRoot path to the package installation root
|
||||
* @arg package the name of the package
|
||||
* @arg structure the package structure describing this package
|
||||
**/
|
||||
Package(const QString &packageRoot, const QString &package,
|
||||
PackageStructure::Ptr structure);
|
||||
|
||||
/**
|
||||
* Construct a Package object.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user