mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Fix uninitialized value found by valgrind
This commit is contained in:
committed by
Mathew Sutcliffe
parent
11df9d4d9a
commit
804fef86d8
@@ -43,6 +43,7 @@ namespace BlackCore
|
|||||||
// all in new thread from here on
|
// all in new thread from here on
|
||||||
m_timer.setObjectName(this->objectName().append(":m_timer"));
|
m_timer.setObjectName(this->objectName().append(":m_timer"));
|
||||||
m_timer.start(7500);
|
m_timer.start(7500);
|
||||||
|
m_lastWatchdogCallMsSinceEpoch = QDateTime::currentMSecsSinceEpoch();
|
||||||
bool c = connect(&m_timer, &QTimer::timeout, this, &CAirspaceAnalyzer::ps_timeout);
|
bool c = connect(&m_timer, &QTimer::timeout, this, &CAirspaceAnalyzer::ps_timeout);
|
||||||
Q_ASSERT(c);
|
Q_ASSERT(c);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user