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

Method reloadDB

plugins/clazy/plugin.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Plugin::reloadDB()
96{
97 m_db.reset(new ChecksDB(GlobalSettings::docsPath()));
98 connect(GlobalSettings::self(), &GlobalSettings::docsPathChanged, this, &Plugin::reloadDB);
99}
100
101}
102

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected