diff --git a/oscar/SleepLib/loader_plugins/resvent_loader.cpp b/oscar/SleepLib/loader_plugins/resvent_loader.cpp index e04ba152..03aaf379 100644 --- a/oscar/SleepLib/loader_plugins/resvent_loader.cpp +++ b/oscar/SleepLib/loader_plugins/resvent_loader.cpp @@ -15,6 +15,10 @@ // i.e. there is no need to change the version when adding support for new devices //******************************************************************************************** +#define TEST_MACROS_ENABLEDoff +#include + +#include #include #include #include @@ -590,6 +594,7 @@ int LoadSession(const QString& dirpath, const QDate& session_date, Machine* mach session->UpdateSummaries(); session->Store(machine->getDataPath()); machine->AddSession(session); + QCoreApplication::processEvents(); return base + 1; }); }