forked from qt-creator/qt-creator
Adapt bugtracker URL
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
This commit is contained in:
@@ -660,7 +660,7 @@ void HelpPlugin::slotOpenSupportPage()
|
||||
|
||||
void HelpPlugin::slotReportBug()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt-project.org")));
|
||||
QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt.io")));
|
||||
}
|
||||
|
||||
void HelpPlugin::doSetupIfNeeded()
|
||||
|
||||
Reference in New Issue
Block a user