MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / removeSplitEditor

Method removeSplitEditor

src/controller.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

unsplitViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected