| 30 | #define MAX_THUMB_H 315 |
| 31 | |
| 32 | ThumbnailGeneratorThread::ThumbnailGeneratorThread(QObject *parent) : |
| 33 | QThread(parent) |
| 34 | { |
| 35 | m_generateThumbnail = true; |
| 36 | } |
| 37 | |
| 38 | void ThumbnailGeneratorThread::run() |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected