Mercurial > hg > svcore
diff data/model/FFTModel.h @ 678:948271d124ac
Make more (though still not entirely) robust in the face of running out of disc space
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2011 15:20:27 +0100 |
parents | 53e5dc8439e7 |
children | 59e7fe1b1003 |
line wrap: on
line diff
--- a/data/model/FFTModel.h Thu Apr 07 15:20:35 2011 +0100 +++ b/data/model/FFTModel.h Thu Apr 14 15:20:27 2011 +0100 @@ -177,6 +177,7 @@ size_t ymin = 0, size_t ymax = 0); virtual int getCompletion() const { return m_server->getFillCompletion(); } + virtual QString getError() const { return m_server->getError(); } virtual Model *clone() const;