mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 11:30:49 +02:00
Show tomahawk version in the diagnostics dialog
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
#include "diagnosticsdialog.h"
|
#include "diagnosticsdialog.h"
|
||||||
#include "ui_diagnosticsdialog.h"
|
#include "ui_diagnosticsdialog.h"
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <sip/SipHandler.h>
|
#include <sip/SipHandler.h>
|
||||||
#include <network/servent.h>
|
#include <network/servent.h>
|
||||||
#include <sourcelist.h>
|
#include <sourcelist.h>
|
||||||
@@ -54,6 +56,11 @@ void DiagnosticsDialog::updateLogView()
|
|||||||
.arg( QDateTime::currentDateTime().toString() )
|
.arg( QDateTime::currentDateTime().toString() )
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// network
|
||||||
|
log.append(
|
||||||
|
"TOMAHAWK-VERSION: " TOMAHAWK_VERSION "\n\n\n"
|
||||||
|
);
|
||||||
|
|
||||||
// network
|
// network
|
||||||
log.append(
|
log.append(
|
||||||
"NETWORK:\n"
|
"NETWORK:\n"
|
||||||
|
Reference in New Issue
Block a user