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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/unsupported/oipkg/packagelist.h b/noncore/unsupported/oipkg/packagelist.h
index 4ce97af..7c326ca 100644
--- a/noncore/unsupported/oipkg/packagelist.h
+++ b/noncore/unsupported/oipkg/packagelist.h
@@ -14,3 +14,5 @@
-class PackageList {
+class PackageList //:QObject
+{
+// Q_OBJECT
public:
@@ -31,4 +33,4 @@ public:
Package* getByName( QString );
- /** No descriptions */
void clear();
+ void allPackages();
@@ -63,3 +65,3 @@ private:
void parseList();
- void readFileEntries( QString );
+ void readFileEntries( QString file, QString dest );
};