summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelistremote.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/packagelistremote.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistremote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/packagelistremote.h b/noncore/unsupported/oipkg/packagelistremote.h
index 147da1e..87bf10d 100644
--- a/noncore/unsupported/oipkg/packagelistremote.h
+++ b/noncore/unsupported/oipkg/packagelistremote.h
@@ -11,9 +11,11 @@ public:
11 PackageListRemote(); 11 PackageListRemote();
12 PackageListRemote( PackageManagerSettings* s); 12 PackageListRemote( PackageManagerSettings* s);
13 virtual ~PackageListRemote(); 13 virtual ~PackageListRemote();
14 void query(QString); 14 void query(QString);
15public slots: 15public slots:
16 void update(); 16 void update();
17private:
18 QString searchString;
17}; 19};
18 20
19#endif 21#endif