| 77 | } |
| 78 | |
| 79 | void AddTestCasesWizard::fullScoreChanged(const QString &text) { fullScore = text.toInt(); } |
| 80 | |
| 81 | void AddTestCasesWizard::timeLimitChanged(const QString &text) { timeLimit = text.toInt(); } |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected