diff options
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/query.h b/common/query.h index 0cad9fb..5313fa9 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -53,6 +53,7 @@ public: | |||
53 | QHash<QByteArray, QVariant> propertyFilter; | 53 | QHash<QByteArray, QVariant> propertyFilter; |
54 | //Properties to retrieve | 54 | //Properties to retrieve |
55 | QSet<QByteArray> requestedProperties; | 55 | QSet<QByteArray> requestedProperties; |
56 | QByteArray parentProperty; | ||
56 | bool syncOnDemand; | 57 | bool syncOnDemand; |
57 | bool processAll; | 58 | bool processAll; |
58 | //If live query is false, this query will not continuously be updated | 59 | //If live query is false, this query will not continuously be updated |