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