From b917024aa1ac4cb0a40164132db3c6d2913157eb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 3 Jan 2019 07:41:04 +0000 Subject: fixed build with -Werror=zero-as-null-pointer-constant git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8572 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/covereditor_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/covereditor_p.h') diff --git a/src/qmmpui/covereditor_p.h b/src/qmmpui/covereditor_p.h index 4cf7f649f..6621865a1 100644 --- a/src/qmmpui/covereditor_p.h +++ b/src/qmmpui/covereditor_p.h @@ -37,7 +37,7 @@ class CoverEditor : public QWidget { Q_OBJECT public: - explicit CoverEditor(MetaDataModel *model, const QString &coverPath, QWidget *parent = 0); + explicit CoverEditor(MetaDataModel *model, const QString &coverPath, QWidget *parent = nullptr); bool isEditable() const; void save(); -- cgit v1.2.3-13-gbd6f