diff --git a/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp b/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp index 024bc4df..9873fa51 100644 --- a/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp @@ -2664,7 +2664,7 @@ int ResmedLoader::Open(const QString & dirpath) emit updateMessage(QObject::tr("Importing Sessions...")); runTasks(); int num_new_sessions = sessionCount; - + mach->SaveSummary(); //////////////////////////////////////////////////////////////////////////////////// // Now look for any new summary data that can be extracted from STR.edf records @@ -2690,7 +2690,7 @@ int ResmedLoader::Open(const QString & dirpath) // strsess.erase(e); // } // } -/// +// /* QHash::iterator sessit; QHash::iterator sessend = mach->sessionlist.end();; diff --git a/sleepyhead/welcome.cpp b/sleepyhead/welcome.cpp index f8ecadff..fd7e9ed6 100644 --- a/sleepyhead/welcome.cpp +++ b/sleepyhead/welcome.cpp @@ -1,4 +1,13 @@ -#include "welcome.h" +/* Welcome page Implementation + * + * Copyright (c) 2018 Mark Watkins + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file COPYING in the main directory of Source Code. */ + +#include + +#include "welcome.h" #include "ui_welcome.h" #include "mainwindow.h" diff --git a/sleepyhead/welcome.h b/sleepyhead/welcome.h index a4b4927a..2a31976f 100644 --- a/sleepyhead/welcome.h +++ b/sleepyhead/welcome.h @@ -1,4 +1,11 @@ -#ifndef WELCOME_H +/* Welcome page Header + * + * Copyright (c) 2018 Mark Watkins + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file COPYING in the main directory of Source Code. */ + +#ifndef WELCOME_H #define WELCOME_H #include