MCPcopy Create free account
hub / github.com/KDE/kate / createView

Method createView

addons/compiler-explorer/ce_plugin.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24CEPlugin::~CEPlugin() = default;
25
26QObject *CEPlugin::createView(KTextEditor::MainWindow *mainWindow)
27{
28 return new CEPluginView(this, mainWindow);
29}
30
31CEPluginView::CEPluginView(CEPlugin *, KTextEditor::MainWindow *mainwindow)
32 : QObject(mainwindow)

Callers 1

createMainViewsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected