summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/query.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/query.h b/common/query.h
index d2c0e2e..68463cd 100644
--- a/common/query.h
+++ b/common/query.h
@@ -216,7 +216,6 @@ public:
216 requestedProperties += rhs.requestedProperties; 216 requestedProperties += rhs.requestedProperties;
217 parentProperty = rhs.parentProperty; 217 parentProperty = rhs.parentProperty;
218 sortProperty = rhs.sortProperty; 218 sortProperty = rhs.sortProperty;
219 liveQuery = rhs.liveQuery;
220 limit = rhs.limit; 219 limit = rhs.limit;
221 return *this; 220 return *this;
222 } 221 }