diff options
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 2 |
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 | ||