Signal handlers
| 184 | |
| 185 | // Signal handlers |
| 186 | void |
| 187 | Loader::handleChange(const QString &state) |
| 188 | { |
| 189 | this->showMessage(state + "..."); |
| 190 | } |
| 191 | |
| 192 | void |
| 193 | Loader::handleFailure(const QString &state) |
nothing calls this directly
no test coverage detected