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
@@ -16,2 +16,4 @@ class PackageList {
16public: 16public:
17 //static QString all = QObject::tr("All");
18
17 PackageList(); 19 PackageList();
@@ -27,5 +29,6 @@ public:
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