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>
bb10
Allan Sandfeld Jensen 2019-07-12 10:55:30 +02:00
parent 46d257b19d
commit 79f9adffc5
1 changed files with 0 additions and 2 deletions

View File

@ -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;