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

Method subFolderCheckChanged

src/taskeditwidget.cpp:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void TaskEditWidget::subFolderCheckChanged() {
303 if (! editTask)
304 return;
305
306 bool check = ui->subFolderCheck->isChecked();
307 editTask->setSubFolderCheck(check);
308}
309
310void TaskEditWidget::inputFileNameChanged(const QString &text) {
311 if (! editTask)

Callers

nothing calls this directly

Calls 1

setSubFolderCheckMethod · 0.80

Tested by

no test coverage detected