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

Method run

demo/program/TestThread.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void TestThread::run()
24{
25 if(m_buggy) {
26 QTimer::singleShot(qrand() % 2000 + 100, this, SLOT(crash()));
27 } else {
28 QTimer::singleShot(qrand() % 2000 + 100, this, SLOT(quit()));
29 }
30 exec();
31}

Callers

nothing calls this directly

Calls 1

execClass · 0.85

Tested by

no test coverage detected