Forbid copying the Knob class

This commit is contained in:
Johannes Lorenz
2019-03-16 20:59:45 +01:00
parent 5ebe0e002d
commit aac516e27f

View File

@@ -74,6 +74,7 @@ class LMMS_EXPORT Knob : public QWidget, public FloatModelView
public:
Knob( knobTypes _knob_num, QWidget * _parent = NULL, const QString & _name = QString() );
Knob( QWidget * _parent = NULL, const QString & _name = QString() ); //!< default ctor
Knob( const Knob& other ) = delete;
virtual ~Knob();
// TODO: remove