test: added QueryTree tests checking correct query syntax

This commit is contained in:
Eberhard Graether
2014-08-31 11:36:08 +02:00
parent c84972b96e
commit aee0b7c337
8 changed files with 392 additions and 14 deletions
+3
View File
@@ -21,8 +21,11 @@ public:
bool isGroup() const;
void setIsGroup(bool isGroup);
void setIsComplete(bool isComplete);
private:
bool m_isGroup;
bool m_isComplete;
};
#endif // QUERY_NODE_H