Don't export QIcc helper functions

Change-Id: I93209ae333aa4e7e7844b2699370c1cf2a2defbe
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Tor Arne Vestbø 2019-09-03 14:10:47 +02:00
parent cc1ea2bf47
commit dfeb2e16e0

View File

@ -60,8 +60,8 @@ class QColorSpace;
namespace QIcc {
Q_GUI_EXPORT bool fromIccProfile(const QByteArray &data, QColorSpace *colorSpace);
Q_GUI_EXPORT QByteArray toIccProfile(const QColorSpace &space);
bool fromIccProfile(const QByteArray &data, QColorSpace *colorSpace);
QByteArray toIccProfile(const QColorSpace &space);
}