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:
parent
97759f6947
commit
c439afa1ce
|
@ -7,15 +7,13 @@
|
||||||
#include <QImageIOHandler>
|
#include <QImageIOHandler>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
|
|
||||||
|
#include <QtGui/private/qcoregraphics_p.h>
|
||||||
|
|
||||||
#include "qiiofhelpers_p.h"
|
#include "qiiofhelpers_p.h"
|
||||||
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
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 {
|
namespace NS_IIOF_HELPERS {
|
||||||
|
|
||||||
// Callbacks for sequential data provider & consumer:
|
// Callbacks for sequential data provider & consumer:
|
||||||
|
|
Loading…
Reference in New Issue