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

Method saveGraphicEQView

src/MainWindow.cpp:1265–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265void MainWindow::saveGraphicEQView()
1266{
1267 QVariantMap state;
1268 ui->graphicEq->storePreferences(state);
1269 ConfigIO::writeFile(AppConfig::instance().getGraphicEqStatePath(), state);
1270}
1271
1272// Connections
1273void MainWindow::connectActions()

Callers

nothing calls this directly

Calls 1

getGraphicEqStatePathMethod · 0.80

Tested by

no test coverage detected