Merge branch 'misc-lv2-preparation'

This commit is contained in:
Johannes Lorenz
2019-03-17 11:23:59 +01:00
3 changed files with 34 additions and 17 deletions

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