messagingapp/msgui/msgapp/src/main.cpp
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 72 6f657153cbc5
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
   108     app.installTranslator(&translator);
   108     app.installTranslator(&translator);
   109     app.installTranslator(&translator_comm);
   109     app.installTranslator(&translator_comm);
   110 
   110 
   111     app.setApplicationName(LOC_TITLE);
   111     app.setApplicationName(LOC_TITLE);
   112     
   112     
   113     #ifdef _DEBUG_TRACES_
   113 #ifdef _DEBUG_TRACES_
   114     //Debug Logs
   114     //Debug Logs
   115     QFile ofile;
   115     QFile ofile;
   116     if (ofile.exists(debugFileName))
   116     if (ofile.exists(debugFileName))
   117     {
   117     {
   118         ofile.remove(debugFileName);
   118         ofile.remove(debugFileName);