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

Method setOptimizeRecord

gui/qt/settings.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void MainWindow::setOptimizeRecord(bool state) {
189 ui->checkOptimizeRecording->setChecked(state);
190 m_config->setValue(SETTING_CAPTURE_OPTIMIZE, state);
191 m_optimizeRecording = state;
192}
193
194void MainWindow::iconsLoad() {
195 QString iconPath = QStringLiteral(":/icons/resources/icons/");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected