MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / createHandle

Method createHandle

widgets/RefactorWidget.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99QSplitterHandle *CustomSplitter::createHandle()
100{
101 return new CustomSplitterHandle(orientation(), this);
102}
103
104RefactorWidget::RefactorWidget(TextEditor::TextEditorWidget *sourceEditor, QWidget *parent)
105 : QWidget(parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected