Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ copyImage
Method
copyImage
src/qt/receiverequestdialog.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void QRImageWidget::copyImage()
76
{
77
if (!pixmap())
78
return;
79
QApplication::clipboard()->setImage(exportImage());
80
}
81
82
void QRImageWidget::contextMenuEvent(QContextMenuEvent* event)
83
{
Callers
nothing calls this directly
Calls
1
pixmap
Function · 0.85
Tested by
no test coverage detected