1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 23:57:34 +02: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" ) ); QDesktopServices::openUrl( QUrl( "http://www.tomahawk-player.org/legal.html" ) );
} }
void void
TomahawkWindow::getSupport() TomahawkWindow::getSupport()
{ {
QDesktopServices::openUrl( QUrl( "https://tomahawk.uservoice.com" ) ); QDesktopServices::openUrl( QUrl( "https://tomahawk.uservoice.com" ) );
} }
void void
TomahawkWindow::reportBug() TomahawkWindow::reportBug()
{ {
QDesktopServices::openUrl( QUrl( "https://bugs.tomahawk-player.org" ) ); QDesktopServices::openUrl( QUrl( "https://bugs.tomahawk-player.org" ) );
} }
void void
TomahawkWindow::helpTranslate() TomahawkWindow::helpTranslate()
{ {
QDesktopServices::openUrl( QUrl( "https://www.transifex.com/projects/p/tomahawk/" ) ); QDesktopServices::openUrl( QUrl( "https://www.transifex.com/projects/p/tomahawk/" ) );
} }
void void
TomahawkWindow::openLogfile() TomahawkWindow::openLogfile()
{ {