summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelist.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/packagelist.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelist.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/unsupported/oipkg/packagelist.h b/noncore/unsupported/oipkg/packagelist.h
index 68b89f0..4ce97af 100644
--- a/noncore/unsupported/oipkg/packagelist.h
+++ b/noncore/unsupported/oipkg/packagelist.h
@@ -14,6 +14,8 @@
class PackageList {
public:
+// static QString all = QObject::tr("All");
+
PackageList();
PackageList( PackageManagerSettings* );
~PackageList();
@@ -25,9 +27,10 @@ public:
QStringList getSections();
QStringList getSubSections();
void setSettings( PackageManagerSettings* );
- void filterPackages();
- /** No descriptions */
+ void filterPackages( QString );
Package* getByName( QString );
+ /** No descriptions */
+ void clear();
public slots:
void setSection(QString);