I don't know but this is very strange problem I am facing.
It's working perfectily OK with only one Log(QString("")) , problem occurs when I introduces some more Log(QString("")) in different functions.
E.g. (
If I comment these two lines
Log(QString("Start Creating ToolBar\n"));
Log(QString("Start Creating Menus\n"));
and leave
Log(QString("Start Creating Actions\n"));
Than application will work fine and Log file is also created .)
Is everything OK with QString.???
I am unable to track the error.![]()
Bookmarks