| 97 | } |
| 98 | |
| 99 | QSplitterHandle *CustomSplitter::createHandle() |
| 100 | { |
| 101 | return new CustomSplitterHandle(orientation(), this); |
| 102 | } |
| 103 | |
| 104 | RefactorWidget::RefactorWidget(TextEditor::TextEditorWidget *sourceEditor, QWidget *parent) |
| 105 | : QWidget(parent) |
nothing calls this directly
no outgoing calls
no test coverage detected