Don't export QIcc helper functions
Change-Id: I93209ae333aa4e7e7844b2699370c1cf2a2defbe Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
cc1ea2bf47
commit
dfeb2e16e0
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue