| 182 | } |
| 183 | |
| 184 | void RcxController::removeSplitEditor(RcxEditor* editor) { |
| 185 | m_editors.removeOne(editor); |
| 186 | // Caller (MainWindow) owns the parent QTabWidget and handles widget destruction. |
| 187 | } |
| 188 | |
| 189 | void RcxController::connectEditor(RcxEditor* editor) { |
| 190 | connect(editor, &RcxEditor::marginClicked, |