MCPcopy 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
75void QRImageWidget::copyImage()
76{
77 if (!pixmap())
78 return;
79 QApplication::clipboard()->setImage(exportImage());
80}
81
82void QRImageWidget::contextMenuEvent(QContextMenuEvent* event)
83{

Callers

nothing calls this directly

Calls 1

pixmapFunction · 0.85

Tested by

no test coverage detected