1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

DiagnosticsDialog: Add current time (+ some micro formatting in the log)

This commit is contained in:
Dominik Schmidt
2011-05-06 11:49:51 +02:00
parent 31c3c50292
commit 81c85b3fd5

View File

@@ -45,8 +45,11 @@ DiagnosticsDialog::DiagnosticsDialog( QWidget *parent )
void DiagnosticsDialog::updateLogView()
{
QString log(
"TOMAHAWK DIAGNOSTICS LOG\n\n"
QString log;
log.append(
QString("TOMAHAWK DIAGNOSTICS LOG -%1 \n\n")
.arg( QDateTime::currentDateTime().toString() )
);
// network