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:
parent
47d97e81fd
commit
8d68160dd2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user