Mercurial > hg > svgui
comparison widgets/KeyReference.cpp @ 1408:c8a6fd3f9dff fix-static-analysis
Use nullptr throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 14:33:54 +0000 |
parents | 44675ab217a3 |
children | d39db4673676 |
comparison
equal
deleted
inserted
replaced
1407:05d614f6e46d | 1408:c8a6fd3f9dff |
---|---|
22 #include <QDialogButtonBox> | 22 #include <QDialogButtonBox> |
23 #include <QApplication> | 23 #include <QApplication> |
24 #include <QDesktopWidget> | 24 #include <QDesktopWidget> |
25 | 25 |
26 KeyReference::KeyReference() : | 26 KeyReference::KeyReference() : |
27 m_text(0), | 27 m_text(nullptr), |
28 m_dialog(0) | 28 m_dialog(nullptr) |
29 { | 29 { |
30 } | 30 } |
31 | 31 |
32 KeyReference::~KeyReference() | 32 KeyReference::~KeyReference() |
33 { | 33 { |