implemented proper behaviour for VST plugins
This commit is contained in:
@@ -178,8 +178,6 @@ public:
|
||||
// create a view for the model
|
||||
PluginView * createView( QWidget* parent );
|
||||
|
||||
QList<QString> * getErrorReport();
|
||||
|
||||
|
||||
protected:
|
||||
// create a view for the model
|
||||
@@ -188,8 +186,6 @@ protected:
|
||||
|
||||
|
||||
private:
|
||||
QList<QString> * m_errorReport;
|
||||
|
||||
const Descriptor* m_descriptor;
|
||||
|
||||
// pointer to instantiation-function in plugin
|
||||
|
||||
Reference in New Issue
Block a user