Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -181,9 +181,8 @@ registerQmlTypes(); QObject::connect(_viewer, &MainView::statusChanged, qApp, [=](MainView::Status vStatus) { - // disabled coco begin validated: this portion of the code is handling application initialization + // this portion of the code is handling application initialization // and if not initialized correctly will terminate the application . - // So it had been manually tested. bool ok = vStatus == MainView::Ready; if (ok) { _viewer->show(); @@ -194,7 +193,6 @@ } QCoreApplication::exit(-1); } - // disabled coco end }, Qt::QueuedConnection ); LOG_DEBUG("MainView Starting");