MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~ProjectSourcePage

Method ~ProjectSourcePage

kdevplatform/shell/projectsourcepage.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88ProjectSourcePage::~ProjectSourcePage()
89{
90 KConfigGroup configGroup = KSharedConfig::openConfig()->group(QStringLiteral("Providers"));
91 configGroup.writeEntry("LastProviderIndex", m_ui->sources->currentIndex());
92
93 delete m_ui;
94}
95
96void ProjectSourcePage::setSourceIndex(int index)
97{

Callers

nothing calls this directly

Calls 2

writeEntryMethod · 0.80
currentIndexMethod · 0.45

Tested by

no test coverage detected