diff options
Diffstat (limited to 'common/query.cpp')
-rw-r--r-- | common/query.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query.cpp b/common/query.cpp index caca775..14acde0 100644 --- a/common/query.cpp +++ b/common/query.cpp | |||
@@ -52,7 +52,7 @@ QDebug operator<<(QDebug dbg, const Sink::Query &query) | |||
52 | { | 52 | { |
53 | dbg << static_cast<Sink::QueryBase>(query); | 53 | dbg << static_cast<Sink::QueryBase>(query); |
54 | dbg.nospace() << " Requested: " << query.requestedProperties << "\n"; | 54 | dbg.nospace() << " Requested: " << query.requestedProperties << "\n"; |
55 | dbg.nospace() << " Parent: " << query.parentProperty << "\n"; | 55 | dbg.nospace() << " Parent: " << query.parentProperty() << "\n"; |
56 | dbg.nospace() << " IsLive: " << query.liveQuery() << "\n"; | 56 | dbg.nospace() << " IsLive: " << query.liveQuery() << "\n"; |
57 | return dbg.maybeSpace(); | 57 | return dbg.maybeSpace(); |
58 | } | 58 | } |