Mercurial > hg > svcore
comparison data/model/FFTModel.h @ 247:21b9b25bff48
* More useful status bar text -- show the current play time and the extents of
the visible area
* Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake
to do the right thing now that the project file has been split up into
several project files
* Fix missing Q_OBJECTs, etc, reported by lupdate
* Update Russian translation from AlexandrE
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 17:07:02 +0000 |
parents | fb8ddd00f440 |
children | d2ffb480ff33 |
comparison
equal
deleted
inserted
replaced
246:d7eeffbb8aaf | 247:21b9b25bff48 |
---|---|
19 #include "data/fft/FFTDataServer.h" | 19 #include "data/fft/FFTDataServer.h" |
20 #include "DenseThreeDimensionalModel.h" | 20 #include "DenseThreeDimensionalModel.h" |
21 | 21 |
22 class FFTModel : public DenseThreeDimensionalModel | 22 class FFTModel : public DenseThreeDimensionalModel |
23 { | 23 { |
24 Q_OBJECT | |
25 | |
24 public: | 26 public: |
25 FFTModel(const DenseTimeValueModel *model, | 27 FFTModel(const DenseTimeValueModel *model, |
26 int channel, | 28 int channel, |
27 WindowType windowType, | 29 WindowType windowType, |
28 size_t windowSize, | 30 size_t windowSize, |