| 83 | bool Deployer::headcrabInstalled() const { return m_headcrabInstalled; } |
| 84 | bool Deployer::alreadyDeployed() const { return m_alreadyDeployed; } |
| 85 | bool Deployer::updateAvailable() const { return m_updateAvailable; } |
| 86 | bool Deployer::slsCloudBlocked() const { return m_slsCloudBlocked; } |
| 87 | QString Deployer::statusMessage() const { return m_statusMessage; } |
| 88 | QString Deployer::bundledVersion() const { return m_bundledVersion; } |
nothing calls this directly
no outgoing calls
no test coverage detected