Merge pull request #733 from triplus/BootPhase

Boot phase reference point
This commit is contained in:
wwmayer
2017-05-05 13:55:51 +02:00
committed by GitHub

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()