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

Method reset

kdevplatform/interfaces/configpage.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ConfigPage::reset()
61{
62 Q_D(ConfigPage);
63
64 // if d->configManager is null, this method must be overridden
65 Q_ASSERT_X(d->configManager, metaObject()->className(),
66 "Config page does not use a KConfigSkeleton, but doesn't override reset()");
67 d->configManager->updateWidgets();
68}
69
70void ConfigPage::initConfigManager()
71{

Callers 4

initMethod · 0.45
setConfigSkeletonMethod · 0.45
initTestMethod · 0.45
setFilteringStrategyMethod · 0.45

Calls 2

updateWidgetsMethod · 0.80
classNameMethod · 0.45

Tested by 2

initMethod · 0.36
initTestMethod · 0.36