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

Method childPage

kdevplatform/shell/editorconfigpage.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62ConfigPage* EditorConfigPage::childPage(int number)
63{
64 auto page = KTextEditor::Editor::instance()->configPage(number, this);
65 if (page) {
66 return new KTextEditorConfigPageAdapter(page, nullptr, this);
67 }
68 return nullptr;
69}
70
71#include "moc_editorconfigpage.cpp"

Callers 1

addConfigPageInternalMethod · 0.45

Calls 1

configPageMethod · 0.45

Tested by

no test coverage detected