From b3d62af6c20a0d3a92df07f534463391610f4a20 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 2 Mar 2016 17:07:38 +1000 Subject: [PATCH] Just some added comments (jumping between computers) --- sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp index 0d19e260..07c6d500 100644 --- a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp @@ -2514,8 +2514,11 @@ void PRS1Import::run() session->setSummaryOnly(true); session->really_set_last(session->first()+(qint64(summary_duration) * 1000L)); } + + // Make sure it's saved session->SetChanged(true); + // Add the session to the database loader->addSession(session); // Update indexes, process waveform and perform flagging