MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / CheckThread

Class CheckThread

gui/checkthread.h:50–57  ·  view source on GitHub ↗

* @brief Thread to run cppcheck * */

Source from the content-addressed store, hash-verified

48 *
49 */
50class CheckThread : public QThread {
51 Q_OBJECT
52public:
53 struct Details {
54 int threadIndex;
55 QString file;
56 QTime startTime;
57 };
58
59public:
60 CheckThread(ThreadResult &result, int threadIndex);

Callers 1

checkthread.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected