| 67 | } |
| 68 | |
| 69 | QMap<QString, QVariant> LLGenerator::getDebugArguments(const dpfservice::ProjectInfo &projectInfo, |
| 70 | const QString ¤tFile) |
| 71 | { |
| 72 | Q_UNUSED(currentFile) |
| 73 | |
| 74 | QMap<QString, QVariant> param; |
| 75 | //param.insert("workspace", projectInfo.workspaceFolder()); |
| 76 | |
| 77 | return param; |
| 78 | } |
| 79 | |
| 80 | RunCommandInfo LLGenerator::getRunArguments(const ProjectInfo &projectInfo, const QString ¤tFile) |
| 81 | { |
no outgoing calls
no test coverage detected