summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/query.h')
-rw-r--r--common/query.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/query.h b/common/query.h
index 29cff78..60c5630 100644
--- a/common/query.h
+++ b/common/query.h
@@ -115,7 +115,9 @@ public:
115 } 115 }
116 requestedProperties += rhs.requestedProperties; 116 requestedProperties += rhs.requestedProperties;
117 parentProperty = rhs.parentProperty; 117 parentProperty = rhs.parentProperty;
118 sortProperty = rhs.sortProperty;
118 liveQuery = rhs.liveQuery; 119 liveQuery = rhs.liveQuery;
120 limit = rhs.limit;
119 return *this; 121 return *this;
120 } 122 }
121 123