From 46c7d0f5e97f419cbb9c766a4ba544961c122172 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Mon, 30 Oct 2023 12:49:13 -0400 Subject: [PATCH] fix no response from Oscar for linux. iBreeze problem --- oscar/SleepLib/loader_plugins/resvent_loader.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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; }); }