implemented proper behaviour for VST plugins

This commit is contained in:
grindhold
2014-11-20 01:47:13 +01:00
parent cf29c8b97f
commit 69bf4b4a24
5 changed files with 6 additions and 28 deletions

View File

@@ -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