aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions')
-rw-r--r--src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h8
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/playlistoption.h8
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/seekoption.h8
-rw-r--r--src/plugins/CommandLineOptions/StatusOption/statusoption.h8
4 files changed, 16 insertions, 16 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
index c2bd683cf..5fb0ea6f9 100644
--- a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
+++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
@@ -34,10 +34,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
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
diff --git a/src/plugins/CommandLineOptions/SeekOption/seekoption.h b/src/plugins/CommandLineOptions/SeekOption/seekoption.h
index f3fddb9ee..decd5cf0a 100644
--- a/src/plugins/CommandLineOptions/SeekOption/seekoption.h
+++ b/src/plugins/CommandLineOptions/SeekOption/seekoption.h
@@ -34,10 +34,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
diff --git a/src/plugins/CommandLineOptions/StatusOption/statusoption.h b/src/plugins/CommandLineOptions/StatusOption/statusoption.h
index ebe933899..a84704de1 100644
--- a/src/plugins/CommandLineOptions/StatusOption/statusoption.h
+++ b/src/plugins/CommandLineOptions/StatusOption/statusoption.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 Commamnd