423QDebug operator<<(QDebug debug,
const QQuickAttachedPropertyPropagator *propagator)
425 QDebugStateSaver saver(debug);
426 debug.nospace().noquote();
428 debug <<
"QQuickAttachedPropertyPropagator(nullptr)";
433 debug <<
static_cast<
const QObject *>(propagator) <<
" (which is attached to " << propagator->parent() <<
')';