Don't export QIcc helper functions
Change-Id: I93209ae333aa4e7e7844b2699370c1cf2a2defbe Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
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…
x
Reference in New Issue
Block a user