Include qcoregraphics_p.h instead of forward-declaring

Pick-to: 6.10
Change-Id: Ic86181b608334d7e7b5c9fb58a6ef653b90b1c40
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-08-14 17:38:12 +02:00
parent 97759f6947
commit c439afa1ce
1 changed files with 2 additions and 4 deletions

View File

@ -7,15 +7,13 @@
#include <QImageIOHandler>
#include <QImage>
#include <QtGui/private/qcoregraphics_p.h>
#include "qiiofhelpers_p.h"
QT_BEGIN_NAMESPACE
// QImage <-> CGImage conversion functions from QtGui on darwin
CGImageRef qt_mac_toCGImage(const QImage &qImage);
QImage qt_mac_toQImage(CGImageRef image);
namespace NS_IIOF_HELPERS {
// Callbacks for sequential data provider & consumer: