Mercurial > hg > svcore
diff transform/Transform.h @ 96:1aebdc68ec6d
* Introduce simple non-RT thread base class
* Rename MatrixFileCache to MatrixFile
* some fixes & tidying
author | Chris Cannam |
---|---|
date | Thu, 04 May 2006 16:03:02 +0000 |
parents | d397ea0a79f5 |
children | 61a2ac1241b3 |
line wrap: on
line diff
--- a/transform/Transform.h Thu May 04 13:59:57 2006 +0000 +++ b/transform/Transform.h Thu May 04 16:03:02 2006 +0000 @@ -16,7 +16,7 @@ #ifndef _TRANSFORM_H_ #define _TRANSFORM_H_ -#include <QThread> +#include "NonRTThread.h" #include "base/Model.h" @@ -35,7 +35,7 @@ * the background thread has populated it. */ -class Transform : public QThread +class Transform : public NonRTThread { public: virtual ~Transform();