| 58 | } |
| 59 | |
| 60 | bool ProjectSettings::isEnabled() const |
| 61 | { |
| 62 | if (useGlobalSettings()) |
| 63 | return generalSettings().enableQodeAssist(); |
| 64 | return enableQodeAssist(); |
| 65 | } |
| 66 | |
| 67 | void ProjectSettings::save(ProjectExplorer::Project *project) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected