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

Method refreshProblemTitle

src/taskeditwidget.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void TaskEditWidget::refreshProblemTitle(const QString &title) {
392 if (! editTask)
393 return;
394
395 ui->problemTitle->setText(title);
396}
397
398void TaskEditWidget::refreshCompilerConfiguration() {
399 if (! editTask)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected