Correction du timer de reset dans historien

This commit is contained in:
jfmartel 2024-07-16 11:53:59 -04:00
parent 9d3e0e9a53
commit c886dc9aed

View File

@ -14,6 +14,7 @@ CPIHistorianManager::CPIHistorianManager(CModbusRepository *PIHistorianRepo, int
mHistorianTimer = new QTimer;
mHistorianTimer->setSingleShot(true);
connect(mHistorianTimer,SIGNAL(timeout()),this,SLOT(HistorianTimerExpired()));
mNbPassagesToday = 0;