QColorTransform: remove unimplemented function from the private class
QColorTransformPrivate::simpleGammaCorrection is not implemented anywhere, so remove the declaration. Pick-to: 6.4 Change-Id: I07debd84e49389a0f1ef1b3798f809447a342f3a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>bb10
parent
5ea7e3a811
commit
6b2cc49580
|
|
@ -35,7 +35,6 @@ public:
|
|||
|
||||
void updateLutsIn() const;
|
||||
void updateLutsOut() const;
|
||||
bool simpleGammaCorrection() const;
|
||||
bool isIdentity() const;
|
||||
|
||||
Q_GUI_EXPORT void prepare();
|
||||
|
|
|
|||
Loading…
Reference in New Issue