summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelist.h
Unidiff
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
@@ -15,4 +15,6 @@
15class PackageList { 15class PackageList {
16public: 16public:
17 //static QString all = QObject::tr("All");
18
17 PackageList(); 19 PackageList();
18 PackageList( PackageManagerSettings* ); 20 PackageList( PackageManagerSettings* );
@@ -26,7 +28,8 @@ public:
26 QStringList getSubSections(); 28 QStringList getSubSections();
27 void setSettings( PackageManagerSettings* ); 29 void setSettings( PackageManagerSettings* );
28 void filterPackages(); 30 void filterPackages( QString );
29 /** No descriptions */
30 Package* getByName( QString ); 31 Package* getByName( QString );
32 /** No descriptions */
33 void clear();
31 34
32public slots: 35public slots: