Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1711
void MainWindow::lcdCopy() {
1712
QApplication::clipboard()->setImage(ui->lcd->getImage(), QClipboard::Clipboard);
1713
}
1714
1715
#ifdef PNG_WRITE_APNG_SUPPORTED
1716
void MainWindow::recordAnimated() {
Callers
nothing calls this directly
Calls
1
getImage
Method · 0.80
Tested by
no test coverage detected