| 19 | AutoTestShell::~AutoTestShell() = default; |
| 20 | |
| 21 | QString AutoTestShell::xmlFile() |
| 22 | { |
| 23 | return QStringLiteral(KDEVELOP_APP_DIR "/kdevelopui.rc"); |
| 24 | } |
| 25 | |
| 26 | void AutoTestShell::init(const QStringList& plugins) |
| 27 | { |
no outgoing calls
no test coverage detected