diff layer/Layer.cpp @ 280:3c402c6052f6

* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined peak-picker and frequency estimator for SpectrogramLayer (makes the peak frequency spectrogram a bit quicker) * Add more information to spectrum and spectrogram crosshairs
author Chris Cannam
date Wed, 04 Jul 2007 15:29:16 +0000
parents b9380f679f70
children 86a112b5b319
line wrap: on
line diff
--- a/layer/Layer.cpp	Tue Jul 03 18:56:27 2007 +0000
+++ b/layer/Layer.cpp	Wed Jul 04 15:29:16 2007 +0000
@@ -272,6 +272,12 @@
 }
 
 void
+Layer::measureDoubleClick(View *v, QMouseEvent *e)
+{
+    // nothing
+}
+
+void
 Layer::paintMeasurementRects(View *v, QPainter &paint,
                              bool showFocus, QPoint focusPoint) const
 {