Boot phase reference point

This commit is contained in:
triplus
2017-05-04 20:03:34 +02:00
committed by GitHub
parent 7dd0b9b4e6
commit 4bf27344c8

View File

@@ -1766,6 +1766,10 @@ void Application::runApplication(void)
// run the Application event loop
Base::Console().Log("Init: Entering event loop\n");
// boot phase reference point
// https://forum.freecadweb.org/viewtopic.php?f=10&t=21665
Gui::getMainWindow()->setProperty("eventLoop", true);
try {
std::stringstream s;
s << App::Application::getTempPath() << App::GetApplication().getExecutableName()