| 30 | auto Task::getProblemTitle() const -> const QString & { return problemTitle; } |
| 31 | |
| 32 | auto Task::getSubFolderCheck() const -> bool { return subFolderCheck; } |
| 33 | |
| 34 | auto Task::getSourceFileName() const -> const QString & { return sourceFileName; } |
| 35 |
no outgoing calls
no test coverage detected