diff options
Diffstat (limited to 'src/plugins/General/taskbar')
| -rw-r--r-- | src/plugins/General/taskbar/taskbarfactory.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/General/taskbar/taskbarfactory.h | 12 | ||||
| -rw-r--r-- | src/plugins/General/taskbar/taskbarhelper.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/General/taskbar/taskbarhelper.h | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/General/taskbar/taskbarfactory.cpp b/src/plugins/General/taskbar/taskbarfactory.cpp index fcdd88f34..d7046e357 100644 --- a/src/plugins/General/taskbar/taskbarfactory.cpp +++ b/src/plugins/General/taskbar/taskbarfactory.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/taskbar/taskbarfactory.h b/src/plugins/General/taskbar/taskbarfactory.h index bdc4e06db..8ae9151b4 100644 --- a/src/plugins/General/taskbar/taskbarfactory.h +++ b/src/plugins/General/taskbar/taskbarfactory.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 *
@@ -35,11 +35,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/taskbar/taskbarhelper.cpp b/src/plugins/General/taskbar/taskbarhelper.cpp index 3336fcec7..75142093b 100644 --- a/src/plugins/General/taskbar/taskbarhelper.cpp +++ b/src/plugins/General/taskbar/taskbarhelper.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/taskbar/taskbarhelper.h b/src/plugins/General/taskbar/taskbarhelper.h index db4082c12..6dbb3a507 100644 --- a/src/plugins/General/taskbar/taskbarhelper.h +++ b/src/plugins/General/taskbar/taskbarhelper.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 *
|
