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

Method initConfigManager

kdevplatform/interfaces/configpage.cpp:70–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ConfigPage::initConfigManager()
71{
72 Q_D(ConfigPage);
73
74 if (d->configManager) {
75 d->configManager->addWidget(this);
76 }
77
78 if (needsResetDuringInitialization()) {
79 reset();
80 }
81}
82
83bool ConfigPage::needsResetDuringInitialization() const
84{

Callers 2

showDialogMethod · 0.80
addConfigPageInternalMethod · 0.80

Calls 2

resetFunction · 0.85
addWidgetMethod · 0.45

Tested by

no test coverage detected