diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 18:04:06 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 18:04:06 +0100 |
commit | e86e1f06d2b730c14c90d4c78719a47f3e5350fc (patch) | |
tree | 7e6337a45a25ad5ac7ba581ee292f3bd4b68a97f /common/query.cpp | |
parent | 175a49d623a5e37c1c20c80ed7f2077222f3c593 (diff) | |
download | sink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.tar.gz sink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.zip |
Hide Query::parentProperty
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 | } |