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:
parent
b99692729c
commit
a461d9b2a2
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user