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

Method run

gui/qt/mainwindow.cpp:1797–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1795}
1796
1797void RecordingThread::run() {
1798 apng_save(m_filename.toStdString().c_str(), m_optimize);
1799 emit done();
1800}
1801#endif
1802
1803void MainWindow::showAbout() {

Callers

nothing calls this directly

Calls 1

apng_saveFunction · 0.85

Tested by

no test coverage detected