MCPcopy Create free account
hub / github.com/baldurk/renderdoc / showEvent

Method showEvent

qrenderdoc/Windows/Dialogs/LiveCapture.cpp:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void LiveCapture::showEvent(QShowEvent *event)
201{
202 if(!m_ConnectThread)
203 {
204 m_ConnectThread = new LambdaThread([this]() { this->connectionThreadEntry(); });
205 m_ConnectThread->start();
206 }
207
208 on_captures_itemSelectionChanged();
209}
210
211void LiveCapture::on_captures_mouseClicked(QMouseEvent *e)
212{

Callers

nothing calls this directly

Calls 2

connectionThreadEntryMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected