summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-15 09:35:43 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-15 09:35:43 +0100
commitfb0df0d8008ef05cfa94936e19c22dec0faaa8e4 (patch)
tree0918986d77c4951f394e12d3e114c126eec18094 /common/query.h
parente5dd64ba354aef193c5516d9a58e1d724220c55b (diff)
downloadsink-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.h1
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;