Hi Alexander,

thanks for reporting. The fix is in the repository.


Oliver

Am Sonntag, 28. Februar 2016, 11:07:01 schrieb Alexander Drozdov:
> Hi all!
> 
> Debug log handlers tries to access to the qlOpts before it creation. More:
> during it creation.
> 
> Next patch fixes it, but some messages go to near your handlers on startup:
> ~~~
> diff -r cb47494c2cc0 src/main.cpp
> --- a/src/main.cpp    Sat Feb 27 11:54:35 2016 +0100
> +++ b/src/main.cpp    Sun Feb 28 11:06:09 2016 +1000
> @@ -36,10 +36,10 @@
>      QCoreApplication::setOrganizationDomain("qlandkarte.org");
> 
>      CAppSetup* env = CAppSetup::getPlattformInstance();
> -    env->installMessageHandler();
> 
>      CCommandProcessor cmdParse;
>      qlOpts = cmdParse.processOptions(app.arguments());
> +    env->installMessageHandler();
> 
>      env->prepareConfig();
>      env->prepareTranslators(&app);
> ~~~


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to