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

Method moveObjectToThread

qrenderdoc/Code/QRDUtils.h:567–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 }
566
567 void moveObjectToThread(QObject *o) { o->moveToThread(m_Thread); }
568 bool isCurrentThread() { return QThread::currentThread() == m_Thread; }
569};
570

Callers 2

RunToolFunction · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected