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

Method copyAllMessages

uefitool.cpp:643–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void UEFITool::copyAllMessages()
644{
645 QString text;
646 clipboard->clear();
647 for(INT32 i = 0; i < ui->messageListWidget->count(); i++)
648 text.append(ui->messageListWidget->item(i)->text()).append("\n");
649
650 clipboard->clear();
651 clipboard->setText(text);
652}
653
654void UEFITool::enableMessagesCopyActions(QListWidgetItem* item)
655{

Callers

nothing calls this directly

Calls 2

textMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected