| 74 | } |
| 75 | |
| 76 | Deployer::Deployer(QObject *parent) |
| 77 | : QObject(parent) |
| 78 | { |
| 79 | checkPrerequisites(); |
| 80 | } |
| 81 | |
| 82 | bool Deployer::slssteamInstalled() const { return m_slssteamInstalled; } |
| 83 | bool Deployer::headcrabInstalled() const { return m_headcrabInstalled; } |
nothing calls this directly
no outgoing calls
no test coverage detected