MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / namingOptions

Method namingOptions

dialogs/optionsdialog.cpp:711–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected