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

Method freeModel

plugins/quickopen/quickopenplugin.cpp:708–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708bool QuickOpenPlugin::freeModel()
709{
710 if (m_currentWidgetHandler) {
711 delete m_currentWidgetHandler;
712 }
713 m_currentWidgetHandler = nullptr;
714
715 return true;
716}
717
718void QuickOpenPlugin::nextFunction()
719{

Callers 2

startMethod · 0.80
focusInEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected