1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-24 11:53:09 +01:00

Show tomahawk version in the diagnostics dialog

This commit is contained in:
Dominik Schmidt 2011-08-09 01:47:59 +02:00
parent 023be21950
commit ba0c21e111

View File

@ -19,6 +19,8 @@
#include "diagnosticsdialog.h"
#include "ui_diagnosticsdialog.h"
#include "config.h"
#include <sip/SipHandler.h>
#include <network/servent.h>
#include <sourcelist.h>
@ -54,6 +56,11 @@ void DiagnosticsDialog::updateLogView()
.arg( QDateTime::currentDateTime().toString() )
);
// network
log.append(
"TOMAHAWK-VERSION: " TOMAHAWK_VERSION "\n\n\n"
);
// network
log.append(
"NETWORK:\n"