aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/PlayListOption/playlistoption.h')
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/playlistoption.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
index 8e6f72a32..a255e095a 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
+++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
@@ -33,6 +33,7 @@
class PlayListOption : public QObject, public CommandLineOption
{
Q_OBJECT
+Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.CommandLineOptionInterface.1.0")
Q_INTERFACES(CommandLineOption)
public:
virtual bool identify(const QString& opt_str) const;