aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-17 09:50:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-17 09:50:04 +0000
commit75e9389019d6c37dabf5f01feeb502f257e72e0c (patch)
tree29feb1c2c9ef346d453bba798a6e6d95e76705c1 /src/plugins/General
parent3d65ab514cec72906f260bc2b7ccdad5ed375d28 (diff)
downloadqmmp-75e9389019d6c37dabf5f01feeb502f257e72e0c.tar.gz
qmmp-75e9389019d6c37dabf5f01feeb502f257e72e0c.tar.bz2
qmmp-75e9389019d6c37dabf5f01feeb502f257e72e0c.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9649 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/library/librarymodel.h2
-rw-r--r--src/plugins/General/library/settingsdialog.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/library/librarymodel.h b/src/plugins/General/library/librarymodel.h
index 885b1af15..4ba2c2529 100644
--- a/src/plugins/General/library/librarymodel.h
+++ b/src/plugins/General/library/librarymodel.h
@@ -39,7 +39,7 @@ public:
LibraryModel(QObject *parent = nullptr);
~LibraryModel();
- Qt::ItemFlags flags(const QModelIndex &index) const;
+ Qt::ItemFlags flags(const QModelIndex &index) const override;
QStringList mimeTypes() const override;
QMimeData *mimeData(const QModelIndexList &indexes) const override;
bool canFetchMore(const QModelIndex &parent) const override;
diff --git a/src/plugins/General/library/settingsdialog.h b/src/plugins/General/library/settingsdialog.h
index c8408b860..dce07a07b 100644
--- a/src/plugins/General/library/settingsdialog.h
+++ b/src/plugins/General/library/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: