mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Style fixes.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user