mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +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" ) );
|
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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user