mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
fix build buster
This commit is contained in:
parent
bd1eb5842a
commit
d1a2a30c02
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ public:
|
|||
auto lastHeartbeatAge = (now > lastHeartbeat) ? now - lastHeartbeat : 0;
|
||||
auto sinceLastReport = (now > _lastReport) ? now - _lastReport : 0;
|
||||
auto elapsedMovingAverage = _movingAverage.getAverage();
|
||||
auto menu = Menu::getInstance();
|
||||
|
||||
if (elapsedMovingAverage > _maxElapsedAverage) {
|
||||
qDebug() << "DEADLOCK WATCHDOG WARNING:"
|
||||
|
|
Loading…
Reference in a new issue