1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Update help links to https

This commit is contained in:
Jason Herskowitz 2014-09-23 11:24:45 -04:00
parent 47d97e81fd
commit 8d68160dd2

View File

@ -1023,13 +1023,13 @@ TomahawkWindow::legalInfo()
void
TomahawkWindow::getSupport()
{
QDesktopServices::openUrl( QUrl( "http://tomahawk.uservoice.com" ) );
QDesktopServices::openUrl( QUrl( "https://tomahawk.uservoice.com" ) );
}
void
TomahawkWindow::reportBug()
{
QDesktopServices::openUrl( QUrl( "http://bugs.tomahawk-player.org" ) );
QDesktopServices::openUrl( QUrl( "https://bugs.tomahawk-player.org" ) );
}
void