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

Method handleNewStuffDialogFinished

kdevplatform/shell/settings/templatepage.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void TemplatePage::handleNewStuffDialogFinished(const QList<KNSCore::Entry>& changedEntries)
74{
75 if (!changedEntries.isEmpty()) {
76 m_provider->reload();
77 }
78}
79
80void TemplatePage::currentIndexChanged(const QModelIndex& index)
81{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
reloadMethod · 0.45

Tested by

no test coverage detected