| 131 | } |
| 132 | |
| 133 | void Job::start() |
| 134 | { |
| 135 | m_standardOutput.clear(); |
| 136 | m_xmlOutput.clear(); |
| 137 | |
| 138 | qCDebug(KDEV_CPPCHECK) << "executing:" << commandLine().join(QLatin1Char(' ')); |
| 139 | |
| 140 | m_timer->restart(); |
| 141 | KDevelop::OutputExecuteJob::start(); |
| 142 | } |
| 143 | |
| 144 | void Job::childProcessError(QProcess::ProcessError e) |
| 145 | { |