| 310 | } |
| 311 | |
| 312 | void ResultsView::setCheckSettings(const Settings &settings) |
| 313 | { |
| 314 | delete mCheckSettings; |
| 315 | mCheckSettings = new Settings; |
| 316 | *mCheckSettings = settings; |
| 317 | } |
| 318 | |
| 319 | void ResultsView::checkingStarted(int count) |
| 320 | { |
no outgoing calls
no test coverage detected