summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dependencies.yaml2
-rw-r--r--src/plugins/imageformats/shared/qiiofhelpers.cpp6
2 files changed, 3 insertions, 5 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index 51246f2..90e55be 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -1,4 +1,4 @@
dependencies:
../qtbase:
- ref: 14683b4d42ae6c53821c0960e49a146dc24bcbf9
+ ref: 6f353fc17a3a6f1786359df36db209d6c5b0fa42
required: true
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: