aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistheadermodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-03 07:41:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-03 07:41:04 +0000
commitb917024aa1ac4cb0a40164132db3c6d2913157eb (patch)
tree4424bef9f2ac9a3dab21c822836a1b5c79ffee47 /src/qmmpui/playlistheadermodel.h
parentbef5a901922c002815d047d276e61ec0bf8c0f46 (diff)
downloadqmmp-b917024aa1ac4cb0a40164132db3c6d2913157eb.tar.gz
qmmp-b917024aa1ac4cb0a40164132db3c6d2913157eb.tar.bz2
qmmp-b917024aa1ac4cb0a40164132db3c6d2913157eb.zip
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
Diffstat (limited to 'src/qmmpui/playlistheadermodel.h')
-rw-r--r--src/qmmpui/playlistheadermodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/playlistheadermodel.h b/src/qmmpui/playlistheadermodel.h
index 755ae019d..9d1303695 100644
--- a/src/qmmpui/playlistheadermodel.h
+++ b/src/qmmpui/playlistheadermodel.h
@@ -43,7 +43,7 @@ public:
* Constructs a playlist model.
* @param parent QObject parent.
*/
- explicit PlayListHeaderModel(QObject *parent = 0);
+ explicit PlayListHeaderModel(QObject *parent = nullptr);
/*!
* Object destructor.
*/
@@ -93,13 +93,13 @@ public:
* @param index Index of the column.
* @param parent Parent widget,
*/
- void execEdit(int index, QWidget *parent = 0);
+ void execEdit(int index, QWidget *parent = nullptr);
/*!
* Opens internal column editor and inserts new column if user press "ok".
* @param index Required index of the column.
* @param parent Parent widget.
*/
- void execInsert(int index, QWidget *parent = 0);
+ void execInsert(int index, QWidget *parent = nullptr);
/*!
* Returns number of the columns.
*/