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

Method showOptions

lightscreenwindow.cpp:629–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void LightscreenWindow::showOptions()
630{
631 mGlobalHotkeys->unregisterAllHotkeys();
632 QPointer<OptionsDialog> optionsDialog = new OptionsDialog(this);
633
634 optionsDialog->exec();
635 optionsDialog->deleteLater();
636
637 applySettings();
638}
639
640void LightscreenWindow::showScreenshotMessage(const Screenshot::Result &result, const QString &fileName)
641{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected