| 1404 | } |
| 1405 | |
| 1406 | void TOPPASBase::refreshParameters() |
| 1407 | { |
| 1408 | TOPPASWidget* w = activeSubWindow_(); |
| 1409 | QString file_name = TOPPASBase::refreshPipelineParameters(w, current_path_.toQString()); |
| 1410 | if (file_name != "") |
| 1411 | { |
| 1412 | tab_bar_->setTabText(File::basename(file_name).toQString()); |
| 1413 | } |
| 1414 | } |
| 1415 | |
| 1416 | // static |
| 1417 | QString TOPPASBase::refreshPipelineParameters(TOPPASWidget* tw, QString current_path) |
no test coverage detected