mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-17 11:10:45 +00:00
Just some added comments (jumping between computers)
This commit is contained in:
parent
29581ebc88
commit
b3d62af6c2
@ -2514,8 +2514,11 @@ void PRS1Import::run()
|
|||||||
session->setSummaryOnly(true);
|
session->setSummaryOnly(true);
|
||||||
session->really_set_last(session->first()+(qint64(summary_duration) * 1000L));
|
session->really_set_last(session->first()+(qint64(summary_duration) * 1000L));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure it's saved
|
||||||
session->SetChanged(true);
|
session->SetChanged(true);
|
||||||
|
|
||||||
|
// Add the session to the database
|
||||||
loader->addSession(session);
|
loader->addSession(session);
|
||||||
|
|
||||||
// Update indexes, process waveform and perform flagging
|
// Update indexes, process waveform and perform flagging
|
||||||
|
Loading…
Reference in New Issue
Block a user