Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
445
void MainWindow::resizeEvent(QResizeEvent *event)
446
{
447
QMainWindow::resizeEvent(event);
448
AppConfig::instance().setBytes(AppConfig::LastWindowGeometry, saveGeometry());
449
}
450
451
// Systray
452
void MainWindow::raiseWindow()
Callers
nothing calls this directly
Calls
1
setBytes
Method · 0.80
Tested by
no test coverage detected