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