mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
fix no response from Oscar for linux. iBreeze problem
This commit is contained in:
parent
1c2db29cce
commit
46c7d0f5e9
@ -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 <test_macros.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QString>
|
||||
#include <QDateTime>
|
||||
#include <QDir>
|
||||
@ -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;
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user