--- qsampler/trunk/src/qsamplerMessages.cpp 2014/05/30 20:58:26 2582 +++ qsampler/trunk/src/qsamplerMessages.cpp 2014/05/30 21:03:25 2583 @@ -283,7 +283,8 @@ void Messages::appendMessagesColor ( const QString& s, const QString &c ) { - const QString& sText = QTime::currentTime().toString("hh:mm:ss.zzz") + ' ' + s; + const QString& sText + = QTime::currentTime().toString("hh:mm:ss.zzz") + ' ' + s; appendMessagesLine("" + sText + ""); appendMessagesLog(sText); }