<div dir="ltr"><div><div><div><div><div>Hi all.<br><br></div>I see, following code changes was developed for Mini fronted but could be included in main BibleTime repository.<br><br></div>Usage of QScopedPointer&lt;&gt; for QDir was required for Windows Mobile only, because there was serious problems with static data initialization order. Those changes just works on Windows and Linux platforms, i have tested them with my own build scripts for desktop BibleTime.<br>
<br></div>Also its better to use qputenv and qgetenv instead of actual functions, because of lack of the last ones on some platforms. Not sure if this works everywhere.<br><br></div>The last, i have used mutexes for config core to avoid simultaneous execution of some code. This quick solution helped me to beat exception with my project, it should not break anything but not sure if this is complete solution.<br>
<br></div>Hope to have those changes included in any kind or discussed. Blessings.<br></div>