diff options
Diffstat (limited to 'src/plugins/Effect/ladspa/effectladspafactory.h')
| -rw-r--r-- | src/plugins/Effect/ladspa/effectladspafactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/ladspa/effectladspafactory.h b/src/plugins/Effect/ladspa/effectladspafactory.h index 9a9c5f184..80714d5e4 100644 --- a/src/plugins/Effect/ladspa/effectladspafactory.h +++ b/src/plugins/Effect/ladspa/effectladspafactory.h @@ -34,7 +34,7 @@ Q_INTERFACES(EffectFactory); public: const EffectProperties properties() const; - Effect *create(QObject *parent); + Effect *create(); void showSettings(QWidget *parent); void showAbout(QWidget *parent); QTranslator *createTranslator(QObject *parent); |
