API review Plasma::Package::knownPackages() -> Plasma::Package::listInstalled()
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801796
This commit is contained in:
parent
df1ba079e8
commit
26a01ffb64
@ -183,7 +183,7 @@ const PackageStructure::Ptr Package::structure() const
|
||||
|
||||
//TODO: provide a version of this that allows one to ask for certain types of packages, etc?
|
||||
// should we be using KService here instead/as well?
|
||||
QStringList Package::knownPackages(const QString& packageRoot) // static
|
||||
QStringList Package::listInstalled(const QString& packageRoot) // static
|
||||
{
|
||||
QDir dir(packageRoot);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user