diff options
Diffstat (limited to 'common/query.cpp')
-rw-r--r-- | common/query.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/query.cpp b/common/query.cpp index 67b74cc..3b717aa 100644 --- a/common/query.cpp +++ b/common/query.cpp | |||
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | using namespace Sink; | 25 | using namespace Sink; |
26 | 26 | ||
27 | static const int registerQuery = qRegisterMetaTypeStreamOperators<Sink::QueryBase>(); | ||
28 | |||
27 | QDebug operator<<(QDebug dbg, const Sink::Query::Comparator &c) | 29 | QDebug operator<<(QDebug dbg, const Sink::Query::Comparator &c) |
28 | { | 30 | { |
29 | if (c.comparator == Sink::Query::Comparator::Equals) { | 31 | if (c.comparator == Sink::Query::Comparator::Equals) { |