Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void LocalPatchSource::createWidget()
80
{
81
delete m_widget;
82
m_widget = new LocalPatchWidget(this, nullptr);
83
}
84
85
QWidget* LocalPatchSource::customWidget() const
86
{
Callers
1
executeFileReviewAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected