MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / copyMessage

Method copyMessage

uefitool.cpp:637–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void UEFITool::copyMessage()
638{
639 clipboard->clear();
640 clipboard->setText(ui->messageListWidget->currentItem()->text());
641}
642
643void UEFITool::copyAllMessages()
644{

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected