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:
@@ -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
|
||||
|
Reference in New Issue
Block a user