MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / resizeEvent

Method resizeEvent

src/MainWindow.cpp:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void MainWindow::resizeEvent(QResizeEvent *event)
446{
447 QMainWindow::resizeEvent(event);
448 AppConfig::instance().setBytes(AppConfig::LastWindowGeometry, saveGeometry());
449}
450
451// Systray
452void MainWindow::raiseWindow()

Callers

nothing calls this directly

Calls 1

setBytesMethod · 0.80

Tested by

no test coverage detected