mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
whitespace
This commit is contained in:
parent
296d9b1ddf
commit
c40aadfea4
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
FingerprintUtils::getMachineFingerprint();
|
||||
// End TODO
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
|
||||
|
||||
// Set up a watchdog thread to intentionally crash the application on deadlocks
|
||||
_deadlockWatchdogThread = new DeadlockWatchdogThread();
|
||||
_deadlockWatchdogThread->start();
|
||||
|
|
Loading…
Reference in a new issue