diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-06-06 11:11:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-06-06 11:11:48 +0000 |
| commit | f9ab8edf611eb2658a625e67b730f196b063d0d5 (patch) | |
| tree | e150713e4467c82a6985390324131566e1f4f4bd /src/plugins/General | |
| parent | 83b5fca6bff97490506302caf97869f5a74b4b0d (diff) | |
| download | qmmp-f9ab8edf611eb2658a625e67b730f196b063d0d5.tar.gz qmmp-f9ab8edf611eb2658a625e67b730f196b063d0d5.tar.bz2 qmmp-f9ab8edf611eb2658a625e67b730f196b063d0d5.zip | |
code style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9402 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/listenbrainz/settingsdialog.cpp | 20 | ||||
| -rw-r--r-- | src/plugins/General/listenbrainz/settingsdialog.h | 22 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/settingsdialog.h | 2 |
3 files changed, 42 insertions, 2 deletions
diff --git a/src/plugins/General/listenbrainz/settingsdialog.cpp b/src/plugins/General/listenbrainz/settingsdialog.cpp index fe6bbf964..2d8453cf9 100644 --- a/src/plugins/General/listenbrainz/settingsdialog.cpp +++ b/src/plugins/General/listenbrainz/settingsdialog.cpp @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2019-2020 by Ilya Kotov * + * forkotov02@ya.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + #include <QSettings> #include <qmmp/qmmp.h> #include "settingsdialog.h" diff --git a/src/plugins/General/listenbrainz/settingsdialog.h b/src/plugins/General/listenbrainz/settingsdialog.h index 3ee8b0ac0..d10f2f87e 100644 --- a/src/plugins/General/listenbrainz/settingsdialog.h +++ b/src/plugins/General/listenbrainz/settingsdialog.h @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2019-2020 by Ilya Kotov * + * forkotov02@ya.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H @@ -11,7 +31,7 @@ class SettingsDialog : public QDialog { Q_OBJECT public: - explicit SettingsDialog(QWidget *parent = 0); + explicit SettingsDialog(QWidget *parent = nullptr); ~SettingsDialog(); public slots: diff --git a/src/plugins/General/lyrics/settingsdialog.h b/src/plugins/General/lyrics/settingsdialog.h index 6c4a84859..7e42a2598 100644 --- a/src/plugins/General/lyrics/settingsdialog.h +++ b/src/plugins/General/lyrics/settingsdialog.h @@ -32,7 +32,7 @@ class SettingsDialog : public QDialog Q_OBJECT public: - explicit SettingsDialog(QWidget *parent = 0); + explicit SettingsDialog(QWidget *parent = nullptr); ~SettingsDialog(); public slots: |
