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

Method showHistoryDialog

lightscreenwindow.cpp:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void LightscreenWindow::showHistoryDialog()
622{
623 HistoryDialog historyDialog(this);
624 historyDialog.exec();
625
626 updateStatus();
627}
628
629void LightscreenWindow::showOptions()
630{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected