diff options
Diffstat (limited to 'common/query.h')
-rw-r--r-- | common/query.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/query.h b/common/query.h index 2aa2135..50e93de 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -537,11 +537,11 @@ private: | |||
537 | 537 | ||
538 | } | 538 | } |
539 | 539 | ||
540 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase::Comparator &); | 540 | SINK_EXPORT QDebug operator<<(QDebug dbg, const Sink::QueryBase::Comparator &); |
541 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::QueryBase &); | 541 | SINK_EXPORT QDebug operator<<(QDebug dbg, const Sink::QueryBase &); |
542 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Query &); | 542 | SINK_EXPORT QDebug operator<<(QDebug dbg, const Sink::Query &); |
543 | QDataStream & SINK_EXPORT operator<< (QDataStream &stream, const Sink::QueryBase &query); | 543 | SINK_EXPORT QDataStream &operator<< (QDataStream &stream, const Sink::QueryBase &query); |
544 | QDataStream & SINK_EXPORT operator>> (QDataStream &stream, Sink::QueryBase &query); | 544 | SINK_EXPORT QDataStream &operator>> (QDataStream &stream, Sink::QueryBase &query); |
545 | 545 | ||
546 | Q_DECLARE_OPERATORS_FOR_FLAGS(Sink::Query::Flags) | 546 | Q_DECLARE_OPERATORS_FOR_FLAGS(Sink::Query::Flags) |
547 | Q_DECLARE_METATYPE(Sink::QueryBase); | 547 | Q_DECLARE_METATYPE(Sink::QueryBase); |