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

Only one header so far.

Amends 731538fdd469452e721b568fcbd808b437332008.

Pick-to: 6.5
Change-Id: I7449b4f91d8b44f4efab71d4d0fe259022d847a4
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 22ab256e37e34988bdd405782ad09bb3eed37bf3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit e26acf0f277e0a05d7df4d45deeb1000b4ce2aea)
This commit is contained in:
Ahmad Samir 2025-01-13 17:46:31 +02:00 committed by Qt Cherry-pick Bot
parent 873fa9cc84
commit 1728d64f6d

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;