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
parent
46d257b19d
commit
79f9adffc5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue