diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-15 09:35:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-15 09:35:43 +0100 |
commit | fb0df0d8008ef05cfa94936e19c22dec0faaa8e4 (patch) | |
tree | 0918986d77c4951f394e12d3e114c126eec18094 /common/query.h | |
parent | e5dd64ba354aef193c5516d9a58e1d724220c55b (diff) | |
download | sink-fb0df0d8008ef05cfa94936e19c22dec0faaa8e4.tar.gz sink-fb0df0d8008ef05cfa94936e19c22dec0faaa8e4.zip |
Prepared querying of batches and added a switch to enable/disable
sorting
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; |