MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / showEvent

Method showEvent

src/MainWindow.cpp:409–417  ·  view source on GitHub ↗

Overrides

Source from the content-addressed store, hash-verified

407
408// Overrides
409void MainWindow::showEvent(QShowEvent *event)
410{
411 if(_firstShowEvent) {
412 _firstShowEvent = false;
413 // Deferred auto-start setup re-check
414 _autostart->setup();
415 }
416 QMainWindow::showEvent(event);
417}
418
419void MainWindow::closeEvent(QCloseEvent *event)
420{

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected