Mercurial > hg > svgui
comparison widgets/KeyReference.cpp @ 857:44675ab217a3
Fix some (probably benign) uninitialised members (from coverity scan)
author | Chris Cannam |
---|---|
date | Wed, 03 Sep 2014 12:10:27 +0100 |
parents | 394caa98d21a |
children | c8a6fd3f9dff |
comparison
equal
deleted
inserted
replaced
856:ee36642b9b59 | 857:44675ab217a3 |
---|---|
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_dialog(0) | 28 m_dialog(0) |
28 { | 29 { |
29 } | 30 } |
30 | 31 |
31 KeyReference::~KeyReference() | 32 KeyReference::~KeyReference() |