| 321 | } |
| 322 | |
| 323 | void MainWindow::on_load_device_first() |
| 324 | { |
| 325 | if (tmp_file != ""){ |
| 326 | on_load_file(tmp_file); |
| 327 | tmp_file = ""; |
| 328 | } |
| 329 | else{ |
| 330 | _session->set_default_device(); |
| 331 | } |
| 332 | } |
| 333 | |
| 334 | void MainWindow::retranslateUi() |
| 335 | { |
nothing calls this directly
no test coverage detected