Abdelrazak Younes wrote: > Georg Baum wrote: >> The QApplication is now constructed as an automatic object as advised in >> the qt doumentation (not from main(), but that should not matter, since >> nothing qt related happens after lyx_gui::exec is left). > > Are we really sure of that? I know that we all have investigated the > issue but there might still be something hidden in a corner even if it > is not used or instantiated in the lyx kernel. I guess the "static" > QApplication on windows ensure that it is instantiated _before_ any > other global variable.
I am pretty sure of that, after all several of us spent a considerable amount of time studying that problem. Of course that does not mean that it is impossible that there is a hidden corner, but it is not so likely IMHO. Georg
