MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / fullScoreChanged

Method fullScoreChanged

src/addtaskdialog.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void AddTaskDialog::fullScoreChanged() {
70 int index = ui->taskBox->currentIndex();
71 fullScore[index] = ui->fullScore->text().toInt();
72}
73
74void AddTaskDialog::timeLimitChanged() {
75 int index = ui->taskBox->currentIndex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected