diff options
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query.h b/common/query.h index 5313fa9..0d0f382 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -52,7 +52,7 @@ public: | |||
52 | //Filters to apply | 52 | //Filters to apply |
53 | QHash<QByteArray, QVariant> propertyFilter; | 53 | QHash<QByteArray, QVariant> propertyFilter; |
54 | //Properties to retrieve | 54 | //Properties to retrieve |
55 | QSet<QByteArray> requestedProperties; | 55 | QByteArrayList requestedProperties; |
56 | QByteArray parentProperty; | 56 | QByteArray parentProperty; |
57 | bool syncOnDemand; | 57 | bool syncOnDemand; |
58 | bool processAll; | 58 | bool processAll; |