summaryrefslogtreecommitdiffstats
path: root/common/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/query.h')
-rw-r--r--common/query.h4
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
470QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Query::Comparator &c); 470QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase::Comparator &);
471QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase &);
472QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Query &);
471QDataStream & SINK_EXPORT operator<< (QDataStream &stream, const Sink::QueryBase &query); 473QDataStream & SINK_EXPORT operator<< (QDataStream &stream, const Sink::QueryBase &query);
472QDataStream & SINK_EXPORT operator>> (QDataStream &stream, Sink::QueryBase &query); 474QDataStream & SINK_EXPORT operator>> (QDataStream &stream, Sink::QueryBase &query);
473 475