| 87 | QString Deployer::statusMessage() const { return m_statusMessage; } |
| 88 | QString Deployer::bundledVersion() const { return m_bundledVersion; } |
| 89 | QString Deployer::deployedVersion() const { return m_deployedVersion; } |
| 90 | |
| 91 | void Deployer::checkPrerequisites() |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected