Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
637
void UEFITool::copyMessage()
638
{
639
clipboard->clear();
640
clipboard->setText(ui->messageListWidget->currentItem()->text());
641
}
642
643
void UEFITool::copyAllMessages()
644
{
Callers
nothing calls this directly
Calls
2
setText
Method · 0.45
text
Method · 0.45
Tested by
no test coverage detected