MCPcopy Create free account
hub / github.com/KDE/kdevelop / createWidget

Method createWidget

plugins/patchreview/localpatchsource.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void LocalPatchSource::createWidget()
80{
81 delete m_widget;
82 m_widget = new LocalPatchWidget(this, nullptr);
83}
84
85QWidget* LocalPatchSource::customWidget() const
86{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected