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
parent
79a4cca61b
commit
12f72db185
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue