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 a0a50ba..bb826aa 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -131,6 +131,7 @@ public: | |||
131 | QHash<QByteArray, QVariant> propertyFilter; | 131 | QHash<QByteArray, QVariant> propertyFilter; |
132 | QByteArrayList requestedProperties; | 132 | QByteArrayList requestedProperties; |
133 | QByteArray parentProperty; | 133 | QByteArray parentProperty; |
134 | QByteArray sortProperty; | ||
134 | bool liveQuery; | 135 | bool liveQuery; |
135 | bool syncOnDemand; | 136 | bool syncOnDemand; |
136 | bool processAll; | 137 | bool processAll; |