summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/imageformats/shared/qiiofhelpers.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/imageformats/shared/qiiofhelpers.cpp b/src/plugins/imageformats/shared/qiiofhelpers.cpp
index fd44d5c..312f64e 100644
--- a/src/plugins/imageformats/shared/qiiofhelpers.cpp
+++ b/src/plugins/imageformats/shared/qiiofhelpers.cpp
@@ -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: