mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Replaced hard-coded date/time formats with standard formats in all reports and GUI modules. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -657,7 +657,7 @@ void RDRenderer::ProgressMessage(const QTime &time,int line,
|
||||
const QString &trans,const QString &msg)
|
||||
{
|
||||
QString str=QString().sprintf("%04d : ",line)+
|
||||
time.toString("hh:mm:ss")+" : "+
|
||||
rda->timeString(time)+" : "+
|
||||
QString().sprintf("%-5s",trans.toUtf8().constData())+msg;
|
||||
emit progressMessageSent(str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user