| 7 | #include "multiresolutionimageinterface/MultiResolutionImage.h" |
| 8 | |
| 9 | PrefetchThread::PrefetchThread(QObject *parent) : |
| 10 | QThread(parent), |
| 11 | _restart(false), |
| 12 | _abort(false), |
| 13 | _FOV(QRectF()), |
| 14 | _level(0), |
| 15 | _img(NULL) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | PrefetchThread::~PrefetchThread() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected