Correction du timer de reset dans historien
This commit is contained in:
parent
9d3e0e9a53
commit
c886dc9aed
@ -14,6 +14,7 @@ CPIHistorianManager::CPIHistorianManager(CModbusRepository *PIHistorianRepo, int
|
|||||||
|
|
||||||
mHistorianTimer = new QTimer;
|
mHistorianTimer = new QTimer;
|
||||||
mHistorianTimer->setSingleShot(true);
|
mHistorianTimer->setSingleShot(true);
|
||||||
|
connect(mHistorianTimer,SIGNAL(timeout()),this,SLOT(HistorianTimerExpired()));
|
||||||
|
|
||||||
|
|
||||||
mNbPassagesToday = 0;
|
mNbPassagesToday = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user