QQuickGraphicsConfiguration: Turn debug operator into hidden friend
Pick-to: 6.5 Change-Id: I97680ad83968ec33f70a5d16e6fb6e484764fa11 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
bb6bc1a06d
commit
b48cf3dcba
|
@ -50,11 +50,11 @@ private:
|
|||
void detach();
|
||||
QQuickGraphicsConfigurationPrivate *d;
|
||||
friend class QQuickGraphicsConfigurationPrivate;
|
||||
#ifndef QT_NO_DEBUG_STREAM
|
||||
friend Q_QUICK_EXPORT QDebug operator<<(QDebug dbg, const QQuickGraphicsConfiguration &config);
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifndef QT_NO_DEBUG_STREAM
|
||||
Q_QUICK_EXPORT QDebug operator<<(QDebug dbg, const QQuickGraphicsConfiguration &config);
|
||||
#endif
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
|
Loading…
Reference in New Issue