| 139 | } |
| 140 | |
| 141 | void Task::removeGraderFilesAt(int num) { |
| 142 | if (num < graderFilesPath.length()) { |
| 143 | graderFilesPath.removeAt(num); |
| 144 | graderFilesName.removeAt(num); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | void Task::addTestCase(TestCase *testCase) { |
| 149 | testCase->setIndex(testCaseList.size() + 1); |