Replace qdebug.h include with forward-declarations in private headers

Only one header so far.

Amends 731538fdd469452e721b568fcbd808b437332008.

Pick-to: 6.9 6.8 6.5
Change-Id: I7449b4f91d8b44f4efab71d4d0fe259022d847a4
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Ahmad Samir 2025-01-13 17:46:31 +02:00 committed by Marc Mutz
parent 9e5887a5d4
commit 22ab256e37

View File

@ -18,11 +18,12 @@
#include <QtGui/qtguiglobal.h>
#include <QSharedDataPointer>
#include <QLoggingCategory>
#include <QDebug>
#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE
class QDebug;
Q_DECLARE_LOGGING_CATEGORY(lcQtGuiTextureIO)
class QTextureFileDataPrivate;