Mercurial > hg > svgui
diff layer/WaveformLayer.h @ 115:47cb32bb35ab
* Restore progress updates to spectrogram
author | Chris Cannam |
---|---|
date | Wed, 05 Jul 2006 16:15:22 +0000 |
parents | 0f36cdf407a6 |
children | 33929e0c3c6b |
line wrap: on
line diff
--- a/layer/WaveformLayer.h Fri Jun 30 11:26:10 2006 +0000 +++ b/layer/WaveformLayer.h Wed Jul 05 16:15:22 2006 +0000 @@ -171,7 +171,7 @@ virtual bool isLayerScrollable(const View *) const; - virtual int getCompletion() const; + virtual int getCompletion(View *) const; virtual bool getValueExtents(float &min, float &max, bool &log, QString &unit) const;