diff widgets/TipDialog.cpp @ 1414:fa986b91d77f

Merge from branch fix-static-analysis
author Chris Cannam
date Wed, 09 Jan 2019 15:24:51 +0000
parents c8a6fd3f9dff
children
line wrap: on
line diff
--- a/widgets/TipDialog.cpp	Wed Jan 09 14:41:52 2019 +0000
+++ b/widgets/TipDialog.cpp	Wed Jan 09 15:24:51 2019 +0000
@@ -31,7 +31,7 @@
 TipDialog::TipDialog(QWidget *parent) :
     QDialog(parent),
     m_tipNumber(0),
-    m_label(0),
+    m_label(nullptr),
     m_caption(tr("Tip of the Day"))
 {
     readTips();