MCPcopy Create free account
hub / github.com/KDAB/GammaRay / addThread

Method addThread

tests/test_connections.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void TestWaiter::addThread(TestThread *thread)
161{
162 connect(thread, &QThread::finished, this, &TestWaiter::threadFinished);
163 m_threads << thread;
164}
165
166void TestWaiter::threadFinished()
167{

Callers 1

threadingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected