QTfrontend/ui/widget/chatwidget.cpp
changeset 6231 810b9ced2b67
parent 6229 4c834af76c3b
child 6233 b81199041d8f
equal deleted inserted replaced
6229:4c834af76c3b 6231:810b9ced2b67
   189     }
   189     }
   190     else
   190     else
   191     {
   191     {
   192         s_isTimeStamped = true;
   192         s_isTimeStamped = true;
   193         s_tsFormat =
   193         s_tsFormat =
   194             ((victims.contains("timestamp:hours"))?"":"hh") +
   194             ((victims.contains("timestamp:hours"))?"":"hh:") +
   195             QString(":mm:") +
   195             QString("mm") +
   196             ((victims.contains("timestamp:seconds"))?"":"ss");
   196             ((victims.contains("timestamp:seconds"))?"":":ss");
   197     }
   197     }
   198 
   198 
   199     victims.removeAll("timestamp:hours");
   199     victims.removeAll("timestamp:hours");
   200     victims.removeAll("timestamp:seconds");
   200     victims.removeAll("timestamp:seconds");
   201 
   201