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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
index b4181e7aa..d79c63521 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
+++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h
@@ -36,10 +36,10 @@ Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.CommandLineHandlerInterface.1.0")
Q_INTERFACES(CommandLineHandler)
public:
- void registerOprions();
- QString shortName() const;
- QString translation() const;
- QString executeCommand(int id, const QStringList &args);
+ void registerOprions() override;
+ QString shortName() const override;
+ QString translation() const override;
+ QString executeCommand(int id, const QStringList &args) override;
private:
enum Command