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

Method createTextPart

kdevplatform/shell/partcontroller.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149KTextEditor::Document* PartController::createTextPart()
150{
151 return editorPart()->createDocument(this);
152}
153
154bool PartController::canCreatePart(const QUrl& url)
155{

Callers 1

createViewWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected