diff 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
line wrap: on
line diff
--- a/widgets/KeyReference.cpp	Wed Sep 03 12:08:35 2014 +0100
+++ b/widgets/KeyReference.cpp	Wed Sep 03 12:10:27 2014 +0100
@@ -24,6 +24,7 @@
 #include <QDesktopWidget>
 
 KeyReference::KeyReference() :
+    m_text(0),
     m_dialog(0)
 {
 }