MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / on_load_device_first

Method on_load_device_first

DSView/pv/mainwindow.cpp:323–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

set_default_deviceMethod · 0.80

Tested by

no test coverage detected