| 1014 | } |
| 1015 | |
| 1016 | void TemplateListWidget::changeTemplateFile(int pos) |
| 1017 | { |
| 1018 | auto* temp = map.getTemplate(pos); |
| 1019 | Q_ASSERT(temp); |
| 1020 | temp->execSwitchTemplateFileDialog(this); |
| 1021 | } |
| 1022 | |
| 1023 | void TemplateListWidget::showOpacitySlider(int row) |
| 1024 | { |
nothing calls this directly
no test coverage detected