comparison data/model/FFTModel.h @ 1065:0fd3661bcfff tonioni

clone() is never used (therefore presumably never works either)
author Chris Cannam
date Tue, 31 Mar 2015 12:12:31 +0100
parents 1a73618b0b67
children ec6e7f0f3f5b
comparison
equal deleted inserted replaced
1064:c9fdd9921146 1065:0fd3661bcfff
177 int ymin = 0, int ymax = 0); 177 int ymin = 0, int ymax = 0);
178 178
179 virtual int getCompletion() const { return m_server->getFillCompletion(); } 179 virtual int getCompletion() const { return m_server->getFillCompletion(); }
180 virtual QString getError() const { return m_server->getError(); } 180 virtual QString getError() const { return m_server->getError(); }
181 181
182 virtual Model *clone() const;
183
184 virtual void suspend() { m_server->suspend(); } 182 virtual void suspend() { m_server->suspend(); }
185 virtual void suspendWrites() { m_server->suspendWrites(); } 183 virtual void suspendWrites() { m_server->suspendWrites(); }
186 virtual void resume() { m_server->resume(); } 184 virtual void resume() { m_server->resume(); }
187 185
188 QString getTypeName() const { return tr("FFT"); } 186 QString getTypeName() const { return tr("FFT"); }