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

Method AddCapture

qrenderdoc/Windows/Dialogs/LiveCapture.cpp:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void LiveCapture::AddCapture(QListWidgetItem *item, Capture *cap)
583{
584 item->setData(CapPtrRole, QVariant::fromValue<void *>(cap));
585}
586
587QImage LiveCapture::MakeThumb(const QImage &screenshot)
588{

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.45

Tested by

no test coverage detected