QColorTrcLut: don't inherit from QEnableSharedFromThis

None of the member functions use sharedFromThis().

Change-Id: I4d1fc0c3c18830df231833ce0ef631e1bb1fc27e
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
bb10
Marc Mutz 2021-07-09 15:16:09 +02:00
parent 79a4cca61b
commit 12f72db185
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE
class QColorTransferFunction;
class QColorTransferTable;
class Q_GUI_EXPORT QColorTrcLut : public QEnableSharedFromThis<QColorTrcLut>
class Q_GUI_EXPORT QColorTrcLut
{
public:
static QColorTrcLut *fromGamma(qreal gamma);