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

Method setDockGroupDrag

gui/qt/settings.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void MainWindow::setDockGroupDrag(bool state) {
307 ui->checkAllowGroupDrag->setChecked(state);
308 m_config->setValue(SETTING_WINDOW_GROUP_DRAG, state);
309 setUIDockEditMode(m_uiEditMode);
310}
311
312void MainWindow::setDebugDisasmDataCol(bool state) {
313 ui->checkDisasmDataCol->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected