diff widgets/LayerTree.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 8acd30ed735c
children 226cb289bdf4
line wrap: on
line diff
--- a/widgets/LayerTree.cpp	Tue Jul 03 18:56:27 2007 +0000
+++ b/widgets/LayerTree.cpp	Wed Jul 04 15:29:16 2007 +0000
@@ -21,6 +21,7 @@
 #include "layer/Layer.h"
 #include "data/model/Model.h"
 
+#include <QIcon>
 #include <iostream>