MCPcopy Create free account
hub / github.com/buzzySmile/qBreakpad / TestThread

Method TestThread

demo/program/TestThread.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QTimer>
6
7TestThread::TestThread(bool buggy, uint seed)
8 : m_buggy(buggy)
9{
10 qsrand(seed);
11}
12
13TestThread::~TestThread()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected