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

Method reload

kdevplatform/shell/tests/test_projectcontroller.cpp:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 bool renameFile(ProjectFileItem* /*file*/, const Path& /*newPath*/) override { return false; }
120 bool renameFolder(ProjectFolderItem* /*oldFolder*/, const Path& /*newPath*/ ) override { return false; }
121 bool reload(ProjectFolderItem* /*item*/) override { return false; }
122};
123
124class FakePluginController : public PluginController

Callers 3

TemplatePageMethod · 0.45
loadFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected