Mercurial > hg > svgui
comparison widgets/KeyReference.cpp @ 1414:fa986b91d77f
Merge from branch fix-static-analysis
author | Chris Cannam |
---|---|
date | Wed, 09 Jan 2019 15:24:51 +0000 |
parents | c8a6fd3f9dff |
children | d39db4673676 |
comparison
equal
deleted
inserted
replaced
1413:0930a27ebea2 | 1414:fa986b91d77f |
---|---|
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 { |