Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
void TestWaiter::addThread(TestThread *thread)
161
{
162
connect(thread, &QThread::finished, this, &TestWaiter::threadFinished);
163
m_threads << thread;
164
}
165
166
void TestWaiter::threadFinished()
167
{
Callers
1
threading
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected