changeset 308:cda569dfbdfe

* Add labelling option for instants inserted through tapping (closes FR#1674184) Needs some refinement still, but it's almost functionally complete
author Chris Cannam
date Mon, 08 Oct 2007 14:44:38 +0000
parents a66ff2059dae
children b7d45fed8146
files layer/TimeInstantLayer.cpp layer/TimeInstantLayer.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/layer/TimeInstantLayer.cpp	Fri Oct 05 16:31:30 2007 +0000
+++ b/layer/TimeInstantLayer.cpp	Mon Oct 08 14:44:38 2007 +0000
@@ -40,7 +40,10 @@
     m_editingCommand(0),
     m_plotStyle(PlotInstants)
 {
-    
+}
+
+TimeInstantLayer::~TimeInstantLayer()
+{
 }
 
 void
--- a/layer/TimeInstantLayer.h	Fri Oct 05 16:31:30 2007 +0000
+++ b/layer/TimeInstantLayer.h	Mon Oct 08 14:44:38 2007 +0000
@@ -31,6 +31,7 @@
 
 public:
     TimeInstantLayer();
+    virtual ~TimeInstantLayer();
 
     virtual void paint(View *v, QPainter &paint, QRect rect) const;