MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / lcdCopy

Method lcdCopy

gui/qt/mainwindow.cpp:1711–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709}
1710
1711void MainWindow::lcdCopy() {
1712 QApplication::clipboard()->setImage(ui->lcd->getImage(), QClipboard::Clipboard);
1713}
1714
1715#ifdef PNG_WRITE_APNG_SUPPORTED
1716void MainWindow::recordAnimated() {

Callers

nothing calls this directly

Calls 1

getImageMethod · 0.80

Tested by

no test coverage detected