diff options
Diffstat (limited to 'src/plugins/Effect/stereo/effectstereofactory.h')
| -rw-r--r-- | src/plugins/Effect/stereo/effectstereofactory.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Effect/stereo/effectstereofactory.h b/src/plugins/Effect/stereo/effectstereofactory.h index 9d83147fd..5e072d23d 100644 --- a/src/plugins/Effect/stereo/effectstereofactory.h +++ b/src/plugins/Effect/stereo/effectstereofactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Ilya Kotov * + * Copyright (C) 2011-2015 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -30,7 +30,8 @@ class EffectStereoFactory : public QObject, public EffectFactory { Q_OBJECT -Q_INTERFACES(EffectFactory); +Q_PLUGIN_METADATA(IID "org.qmmp.qmmp.EffectFactoryInterface.1.0") +Q_INTERFACES(EffectFactory) public: const EffectProperties properties() const; |
