| 250 | } |
| 251 | |
| 252 | QString PlotTemplateDialog::templatePath() const { |
| 253 | return ui->lvInstalledTemplates->model()->data(ui->lvInstalledTemplates->currentIndex(), TemplateListModel::Roles::FilePathRole).toString(); |
| 254 | } |
| 255 | |
| 256 | void PlotTemplateDialog::listViewTemplateChanged(const QModelIndex& current, const QModelIndex& previous) { |
| 257 | Q_UNUSED(current); |
nothing calls this directly
no test coverage detected