18#ifndef EVENTLOOPWATCHDOG_H
19#define EVENTLOOPWATCHDOG_H
21#include <QElapsedTimer>
void tick()
Definition eventloopwatchdog.cpp:47
static constexpr int kTickIntervalMs
Definition eventloopwatchdog.h:64
EventLoopWatchdog(QObject *parent=nullptr)
Definition eventloopwatchdog.cpp:23
QElapsedTimer m_elapsed
Definition eventloopwatchdog.h:88
bool m_disabled
Definition eventloopwatchdog.h:89
QTimer m_timer
Definition eventloopwatchdog.h:87
static constexpr int kStallThresholdMs
Definition eventloopwatchdog.h:70
void start()
Definition eventloopwatchdog.cpp:38