Mercurial > hg > svgui
comparison widgets/TipDialog.cpp @ 1408:c8a6fd3f9dff fix-static-analysis
Use nullptr throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 14:33:54 +0000 |
parents | a34a2a25907c |
children |
comparison
equal
deleted
inserted
replaced
1407:05d614f6e46d | 1408:c8a6fd3f9dff |
---|---|
29 #include <iostream> | 29 #include <iostream> |
30 | 30 |
31 TipDialog::TipDialog(QWidget *parent) : | 31 TipDialog::TipDialog(QWidget *parent) : |
32 QDialog(parent), | 32 QDialog(parent), |
33 m_tipNumber(0), | 33 m_tipNumber(0), |
34 m_label(0), | 34 m_label(nullptr), |
35 m_caption(tr("Tip of the Day")) | 35 m_caption(tr("Tip of the Day")) |
36 { | 36 { |
37 readTips(); | 37 readTips(); |
38 | 38 |
39 QSettings settings; | 39 QSettings settings; |