MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / isEnabled

Method isEnabled

settings/ProjectSettings.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool ProjectSettings::isEnabled() const
61{
62 if (useGlobalSettings())
63 return generalSettings().enableQodeAssist();
64 return enableQodeAssist();
65}
66
67void ProjectSettings::save(ProjectExplorer::Project *project)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected