| 709 | } |
| 710 | |
| 711 | void OptionsDialog::namingOptions() |
| 712 | { |
| 713 | NamingDialog namingDialog((Screenshot::Naming) ui.namingComboBox->currentIndex()); |
| 714 | |
| 715 | namingDialog.exec(); |
| 716 | flipToggled(settings()->value("options/flip").toBool()); |
| 717 | updatePreview(); |
| 718 | } |
| 719 | |
| 720 | // |
| 721 |
nothing calls this directly
no outgoing calls
no test coverage detected