diff options
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/query.h b/common/query.h index 4a73357..925b014 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -467,7 +467,9 @@ private: | |||
467 | 467 | ||
468 | } | 468 | } |
469 | 469 | ||
470 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Query::Comparator &c); | 470 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase::Comparator &); |
471 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase &); | ||
472 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Query &); | ||
471 | QDataStream & SINK_EXPORT operator<< (QDataStream &stream, const Sink::QueryBase &query); | 473 | QDataStream & SINK_EXPORT operator<< (QDataStream &stream, const Sink::QueryBase &query); |
472 | QDataStream & SINK_EXPORT operator>> (QDataStream &stream, Sink::QueryBase &query); | 474 | QDataStream & SINK_EXPORT operator>> (QDataStream &stream, Sink::QueryBase &query); |
473 | 475 | ||