Set deadlock thread name

This commit is contained in:
Brad Davis 2016-03-09 14:51:19 -08:00
parent 6d090895b7
commit 23a89a63d8

View file

@ -243,6 +243,7 @@ public:
// Set the heartbeat on launch
DeadlockWatchdogThread() {
setObjectName("Deadlock Watchdog");
QTimer* heartbeatTimer = new QTimer();
// Give the heartbeat an initial value
_heartbeat = usecTimestampNow();