| 304 | } |
| 305 | |
| 306 | void MainWindow::setDockGroupDrag(bool state) { |
| 307 | ui->checkAllowGroupDrag->setChecked(state); |
| 308 | m_config->setValue(SETTING_WINDOW_GROUP_DRAG, state); |
| 309 | setUIDockEditMode(m_uiEditMode); |
| 310 | } |
| 311 | |
| 312 | void MainWindow::setDebugDisasmDataCol(bool state) { |
| 313 | ui->checkDisasmDataCol->setChecked(state); |
nothing calls this directly
no outgoing calls
no test coverage detected