aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption/seekoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/seekoption.h')
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/seekoption.h8
1 files changed, 4 insertions, 4 deletions
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