1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Style fixes.

This commit is contained in:
Christian Muehlhaeuser 2014-10-03 05:26:11 +02:00
parent b99692729c
commit a461d9b2a2

View File

@ -1026,24 +1026,28 @@ TomahawkWindow::legalInfo()
QDesktopServices::openUrl( QUrl( "http://www.tomahawk-player.org/legal.html" ) );
}
void
TomahawkWindow::getSupport()
{
QDesktopServices::openUrl( QUrl( "https://tomahawk.uservoice.com" ) );
}
void
TomahawkWindow::reportBug()
{
QDesktopServices::openUrl( QUrl( "https://bugs.tomahawk-player.org" ) );
}
void
TomahawkWindow::helpTranslate()
{
QDesktopServices::openUrl( QUrl( "https://www.transifex.com/projects/p/tomahawk/" ) );
}
void
TomahawkWindow::openLogfile()
{