aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rdetect')
-rw-r--r--src/plugins/General/rdetect/rdetectfactory.cpp2
-rw-r--r--src/plugins/General/rdetect/rdetectfactory.h12
-rw-r--r--src/plugins/General/rdetect/removablehelper.cpp2
-rw-r--r--src/plugins/General/rdetect/removablehelper.h2
-rw-r--r--src/plugins/General/rdetect/settingsdialog.cpp2
-rw-r--r--src/plugins/General/rdetect/settingsdialog.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/plugins/General/rdetect/rdetectfactory.cpp b/src/plugins/General/rdetect/rdetectfactory.cpp
index f329d8ace..7df33eca3 100644
--- a/src/plugins/General/rdetect/rdetectfactory.cpp
+++ b/src/plugins/General/rdetect/rdetectfactory.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/plugins/General/rdetect/rdetectfactory.h b/src/plugins/General/rdetect/rdetectfactory.h
index 8bb811f90..905d88bef 100644
--- a/src/plugins/General/rdetect/rdetectfactory.h
+++ b/src/plugins/General/rdetect/rdetectfactory.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -34,11 +34,11 @@ Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.GeneralFactoryInterface.1.0")
Q_INTERFACES(GeneralFactory)
public:
- GeneralProperties properties() const;
- QObject *create(QObject *parent);
- QDialog *createConfigDialog(QWidget *parent);
- void showAbout(QWidget *parent);
- QString translation() const;
+ GeneralProperties properties() const override;
+ QObject *create(QObject *parent) override;
+ QDialog *createConfigDialog(QWidget *parent) override;
+ void showAbout(QWidget *parent) override;
+ QString translation() const override;
};
#endif
diff --git a/src/plugins/General/rdetect/removablehelper.cpp b/src/plugins/General/rdetect/removablehelper.cpp
index ec939d9aa..ad4f37a7a 100644
--- a/src/plugins/General/rdetect/removablehelper.cpp
+++ b/src/plugins/General/rdetect/removablehelper.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/plugins/General/rdetect/removablehelper.h b/src/plugins/General/rdetect/removablehelper.h
index 6ef31efb3..4b37775b9 100644
--- a/src/plugins/General/rdetect/removablehelper.h
+++ b/src/plugins/General/rdetect/removablehelper.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/plugins/General/rdetect/settingsdialog.cpp b/src/plugins/General/rdetect/settingsdialog.cpp
index dbe7b0f5b..d9fedd40f 100644
--- a/src/plugins/General/rdetect/settingsdialog.cpp
+++ b/src/plugins/General/rdetect/settingsdialog.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/plugins/General/rdetect/settingsdialog.h b/src/plugins/General/rdetect/settingsdialog.h
index ff033adcc..533752f6f 100644
--- a/src/plugins/General/rdetect/settingsdialog.h
+++ b/src/plugins/General/rdetect/settingsdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -36,7 +36,7 @@ public:
public slots:
- virtual void accept();
+ virtual void accept() override;
private:
Ui::SettingsDialog m_ui;