summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolortransform.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-07-12 10:55:30 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-07-12 14:15:23 +0200
commit79f9adffc5158b906830dcd7dbdf0e5d44f7ba22 (patch)
tree612bd0cf6ad74a4526b1763addf42776b0601410 /src/gui/painting/qcolortransform.h
parent46d257b19d677e4e4b2a24624716af2207dd9759 (diff)
Remove QColorTransform::isNull
It is an undocumented and unused method with an obscure name. Change-Id: Ife27bf836447865cd305c8c7fc9c438759b439cb Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/gui/painting/qcolortransform.h')
-rw-r--r--src/gui/painting/qcolortransform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/painting/qcolortransform.h b/src/gui/painting/qcolortransform.h
index 9274387b97..a83611d666 100644
--- a/src/gui/painting/qcolortransform.h
+++ b/src/gui/painting/qcolortransform.h
@@ -73,8 +73,6 @@ public:
return *this;
}
- bool isNull() const { return d_ptr.isNull(); }
-
QRgb map(const QRgb &argb) const;
QRgba64 map(const QRgba64 &rgba64) const;
QColor map(const QColor &color) const;