MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / ThumbnailGeneratorThread

Method ThumbnailGeneratorThread

src/thumbnailgeneratorthread.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#define MAX_THUMB_H 315
31
32ThumbnailGeneratorThread::ThumbnailGeneratorThread(QObject *parent) :
33 QThread(parent)
34{
35 m_generateThumbnail = true;
36}
37
38void ThumbnailGeneratorThread::run()
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected