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

Method CustomSplitter

widgets/RefactorWidget.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94CustomSplitter::CustomSplitter(Qt::Orientation orientation, QWidget *parent)
95 : QSplitter(orientation, parent)
96{
97}
98
99QSplitterHandle *CustomSplitter::createHandle()
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected