fix no response from Oscar for linux. iBreeze problem

This commit is contained in:
LoudSnorer 2023-10-30 12:49:13 -04:00
parent 1c2db29cce
commit 46c7d0f5e9

View File

@ -15,6 +15,10 @@
// i.e. there is no need to change the version when adding support for new devices // i.e. there is no need to change the version when adding support for new devices
//******************************************************************************************** //********************************************************************************************
#define TEST_MACROS_ENABLEDoff
#include <test_macros.h>
#include <QCoreApplication>
#include <QString> #include <QString>
#include <QDateTime> #include <QDateTime>
#include <QDir> #include <QDir>
@ -590,6 +594,7 @@ int LoadSession(const QString& dirpath, const QDate& session_date, Machine* mach
session->UpdateSummaries(); session->UpdateSummaries();
session->Store(machine->getDataPath()); session->Store(machine->getDataPath());
machine->AddSession(session); machine->AddSession(session);
QCoreApplication::processEvents();
return base + 1; return base + 1;
}); });
} }