summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolorspace.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-10-02 15:31:52 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-10-06 09:15:29 +0200
commit259b364da67e811df9de5e98d216442883823bac (patch)
tree90966326780440b3ba6ae2ca1f826be8ebcb0348 /src/gui/painting/qcolorspace.h
parent733ab10961a4d6539b4d42cf4768e9cb0b88c6a7 (diff)
QColorSpace: remove a redundant declaration
The same function was declared, as friend, a few lines above. Change-Id: I28368202c68242f2d30d25bd38f2f0e530a60082 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/gui/painting/qcolorspace.h')
-rw-r--r--src/gui/painting/qcolorspace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qcolorspace.h b/src/gui/painting/qcolorspace.h
index 7505c6eca7..8b170a4e21 100644
--- a/src/gui/painting/qcolorspace.h
+++ b/src/gui/painting/qcolorspace.h
@@ -132,7 +132,6 @@ private:
#endif
};
-bool Q_GUI_EXPORT operator==(const QColorSpace &colorSpace1, const QColorSpace &colorSpace2);
inline bool operator!=(const QColorSpace &colorSpace1, const QColorSpace &colorSpace2)
{
return !(colorSpace1 == colorSpace2);