| 100 | } |
| 101 | |
| 102 | bool ProjectTestJob::doKill() |
| 103 | { |
| 104 | Q_D(ProjectTestJob); |
| 105 | if (d->m_currentJob) { |
| 106 | d->m_currentJob->kill(); |
| 107 | } else { |
| 108 | d->m_suites.clear(); |
| 109 | } |
| 110 | return true; |
| 111 | } |
| 112 | |
| 113 | ProjectTestResult ProjectTestJob::testResult() |
| 114 | { |