| 49 | inline QString gitSrcDir() { return gitTest_BaseDir() + "src/"; } |
| 50 | inline QString gitTest_FileName() { return QStringLiteral("testfile"); } |
| 51 | inline QString gitTest_FileName2() { return QStringLiteral("foo"); } |
| 52 | inline QString gitTest_FileName3() { return QStringLiteral("bar"); } |
| 53 | |
| 54 | using namespace KDevelop; |
no outgoing calls
no test coverage detected