@@ -1480,12 +1480,14 @@ void QgisApp::createActions()
1480
1480
#ifdef Q_OS_MAC
1481
1481
mActionHelpContents ->setShortcut ( QString ( " Ctrl+?" ) );
1482
1482
mActionQgisHomePage ->setShortcut ( QString () );
1483
+ mActionReportaBug ->setShortcut ( QString () );
1483
1484
#endif
1484
1485
1485
1486
mActionHelpContents ->setEnabled ( QFileInfo ( QgsApplication::pkgDataPath () + " /doc/index.html" ).exists () );
1486
1487
1487
1488
connect ( mActionHelpContents , SIGNAL ( triggered () ), this , SLOT ( helpContents () ) );
1488
1489
connect ( mActionHelpAPI , SIGNAL ( triggered () ), this , SLOT ( apiDocumentation () ) );
1490
+ connect ( mActionReportaBug , SIGNAL ( triggered () ), this , SLOT ( reportaBug () ) );
1489
1491
connect ( mActionNeedSupport , SIGNAL ( triggered () ), this , SLOT ( supportProviders () ) );
1490
1492
connect ( mActionQgisHomePage , SIGNAL ( triggered () ), this , SLOT ( helpQgisHomePage () ) );
1491
1493
connect ( mActionCheckQgisVersion , SIGNAL ( triggered () ), this , SLOT ( checkQgisVersion () ) );
@@ -8106,6 +8108,10 @@ void QgisApp::apiDocumentation()
8106
8108
}
8107
8109
}
8108
8110
8111
+ void QgisApp::reportaBug ()
8112
+ {
8113
+ openURL ( tr ( " https://qgis.org/en/site/getinvolved/development/index.html#bugs-features-and-issues" ), false );
8114
+ }
8109
8115
void QgisApp::supportProviders ()
8110
8116
{
8111
8117
openURL ( tr ( " https://qgis.org/en/site/forusers/commercial_support.html" ), false );
0 commit comments