Mercurial > hg > svcore
diff base/Layer.h @ 134:53dfcd7db419
* Restore progress updates to spectrogram
author | Chris Cannam |
---|---|
date | Wed, 05 Jul 2006 16:15:22 +0000 |
parents | c30728d5625c |
children | 8ce30801f39a |
line wrap: on
line diff
--- a/base/Layer.h Mon Jul 03 15:00:32 2006 +0000 +++ b/base/Layer.h Wed Jul 05 16:15:22 2006 +0000 @@ -186,7 +186,7 @@ * isReady(int *) call. The widget may choose to show a progress * meter if it finds that this returns < 100 at any given moment. */ - virtual int getCompletion() const { return 100; } + virtual int getCompletion(View *) const { return 100; } virtual void setObjectName(const QString &name);