diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-11 00:44:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-11 00:44:44 +0100 |
commit | fdd74a41929b4343902f1d1dfcd5116534a79f4f (patch) | |
tree | 312524c2f1a8431742d6a2575dc3c497b66cc795 /client/clientapi.h | |
parent | fbd35044dc343dbd17d475b860c6019077271efc (diff) | |
download | sink-fdd74a41929b4343902f1d1dfcd5116534a79f4f.tar.gz sink-fdd74a41929b4343902f1d1dfcd5116534a79f4f.zip |
Dummyresourcefacade test.
Huzaa, we can read a value!
Diffstat (limited to 'client/clientapi.h')
-rw-r--r-- | client/clientapi.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/client/clientapi.h b/client/clientapi.h index 59efe32..592fa48 100644 --- a/client/clientapi.h +++ b/client/clientapi.h | |||
@@ -185,8 +185,14 @@ using namespace async; | |||
185 | class Query | 185 | class Query |
186 | { | 186 | { |
187 | public: | 187 | public: |
188 | //Resources to search | 188 | //Could also be a propertyFilter |
189 | QSet<QString> resources; | 189 | QStringList resources; |
190 | //Could also be a propertyFilter | ||
191 | QStringList ids; | ||
192 | //Filters to apply | ||
193 | QHash<QString, QVariant> propertyFilter; | ||
194 | //Properties to retrieve | ||
195 | QSet<QString> requestedProperties; | ||
190 | }; | 196 | }; |
191 | 197 | ||
192 | 198 | ||