forked from qt-creator/qt-creator
Fix bug for with redirect to general landing page Qt bug tracker. Now the redirection goes to the page creating the bug
Fixes: QTCREATORBUG-18734 Change-Id: I49847edce7da6a993ded3a9538334279965b6eb4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -293,7 +293,7 @@ HelpPluginPrivate::HelpPluginPrivate()
|
|||||||
cmd = ActionManager::registerAction(action, "Help.ReportBug");
|
cmd = ActionManager::registerAction(action, "Help.ReportBug");
|
||||||
ActionManager::actionContainer(Core::Constants::M_HELP)->addAction(cmd, Core::Constants::G_HELP_SUPPORT);
|
ActionManager::actionContainer(Core::Constants::M_HELP)->addAction(cmd, Core::Constants::G_HELP_SUPPORT);
|
||||||
connect(action, &QAction::triggered, this, [] {
|
connect(action, &QAction::triggered, this, [] {
|
||||||
QDesktopServices::openUrl(QUrl("https://bugreports.qt.io"));
|
QDesktopServices::openUrl(QUrl("https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512"));
|
||||||
});
|
});
|
||||||
|
|
||||||
action = new QAction(HelpPlugin::tr("System Information..."), this);
|
action = new QAction(HelpPlugin::tr("System Information..."), this);
|
||||||
|
Reference in New Issue
Block a user