diff widgets/ItemEditDialog.cpp @ 860:4a5d144bd5d0 tonioni

Merge from default branch
author Chris Cannam
date Tue, 09 Sep 2014 16:36:21 +0100
parents 44675ab217a3
children e0f08e108064
line wrap: on
line diff
--- a/widgets/ItemEditDialog.cpp	Tue Sep 02 16:23:48 2014 +0100
+++ b/widgets/ItemEditDialog.cpp	Tue Sep 09 16:36:21 2014 +0100
@@ -32,6 +32,9 @@
                                QString valueUnits, QWidget *parent) :
     QDialog(parent),
     m_sampleRate(sampleRate),
+    m_defaultFrame(0),
+    m_defaultDuration(0),
+    m_defaultValue(0),
     m_frameTimeSpinBox(0),
     m_realTimeSecsSpinBox(0),
     m_realTimeUSecsSpinBox(0),