diff --git a/package.cpp b/package.cpp index 30a2f6e6a..b3f572795 100644 --- a/package.cpp +++ b/package.cpp @@ -143,6 +143,7 @@ QStringList Package::entryList(const char* fileType) 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 { QDir dir(packageRoot);