Fix uninitialized value found by valgrind

This commit is contained in:
Roland Winklmeier
2016-10-10 17:00:51 +02:00
committed by Mathew Sutcliffe
parent 11df9d4d9a
commit 804fef86d8

View File

@@ -43,6 +43,7 @@ namespace BlackCore
// all in new thread from here on
m_timer.setObjectName(this->objectName().append(":m_timer"));
m_timer.start(7500);
m_lastWatchdogCallMsSinceEpoch = QDateTime::currentMSecsSinceEpoch();
bool c = connect(&m_timer, &QTimer::timeout, this, &CAirspaceAnalyzer::ps_timeout);
Q_ASSERT(c);