Changed links to bugtracker to https

Change-Id: I62aa9a4033399ee7fc0b55952613657f124c8fb9
Reviewed-on: http://codereview.qt.nokia.com/2791
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Robert Loehning
2011-08-09 17:32:46 +02:00
committed by Robert Löhning
parent 88ffd77785
commit 476338a6d2
15 changed files with 29 additions and 29 deletions

View File

@@ -1217,7 +1217,7 @@ void HelpPlugin::slotOpenSupportPage()
void HelpPlugin::slotReportBug()
{
QDesktopServices::openUrl(QUrl("http://bugreports.qt.nokia.com"));
QDesktopServices::openUrl(QUrl("https://bugreports.qt.nokia.com"));
}
void HelpPlugin::openFindToolBar()