| 480 | } |
| 481 | |
| 482 | bool QodeAssistClient::isEnabled(ProjectExplorer::Project *project) const |
| 483 | { |
| 484 | if (!project) |
| 485 | return Settings::generalSettings().enableQodeAssist(); |
| 486 | |
| 487 | Settings::ProjectSettings settings(project); |
| 488 | return settings.isEnabled(); |
| 489 | } |
| 490 | |
| 491 | void QodeAssistClient::setupConnections() |
| 492 | { |
nothing calls this directly
no outgoing calls
no test coverage detected