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

Method ~AddTaskDialog

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

Source from the content-addressed store, hash-verified

26}
27
28AddTaskDialog::~AddTaskDialog() { delete ui; }
29
30void AddTaskDialog::addTask(const QString &title, int _fullScore, int _timeLimit, int _memoryLimit) {
31 fullScore.append(_fullScore);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected