mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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();
|
FingerprintUtils::getMachineFingerprint();
|
||||||
// End TODO
|
// End TODO
|
||||||
auto nodeList = DependencyManager::get<NodeList>();
|
auto nodeList = DependencyManager::get<NodeList>();
|
||||||
|
|
||||||
// Set up a watchdog thread to intentionally crash the application on deadlocks
|
// Set up a watchdog thread to intentionally crash the application on deadlocks
|
||||||
_deadlockWatchdogThread = new DeadlockWatchdogThread();
|
_deadlockWatchdogThread = new DeadlockWatchdogThread();
|
||||||
_deadlockWatchdogThread->start();
|
_deadlockWatchdogThread->start();
|
||||||
|
|
Loading…
Reference in a new issue