Core: Remove commented code that adds About Qt action

This is better handled via the `System Information` action nowadays

Change-Id: I220ba9e7db433f0c644dd3a04cc1cc6bf13aa56d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2023-11-13 14:34:31 +01:00
parent afeae79cae
commit ab549936f8

View File

@@ -1896,13 +1896,6 @@ void ICorePrivate::registerDefaultActions()
aboutPluginsAction.setEnabled(true); aboutPluginsAction.setEnabled(true);
aboutPluginsAction.setOnTriggered(this, [this] { aboutPlugins(); }); aboutPluginsAction.setOnTriggered(this, [this] { aboutPlugins(); });
// About Qt Action
// ActionBuilder aboutQtAction(this, Constants:: ABOUT_QT);
// aboutQtAction.setText(Tr::tr("About &Qt..."), this);
// aboutQtAction.setContainer(Constants::M_HELP, Constants::G_HELP_ABOUT);
// aboutQtAction.setEnabled(true);
// aboutQtAction.setOnTriggered(this, &QApplication::aboutQt);
// Change Log Action // Change Log Action
ActionBuilder changeLogAction(this, Constants::CHANGE_LOG); ActionBuilder changeLogAction(this, Constants::CHANGE_LOG);
changeLogAction.setText(Tr::tr("Change Log...")); changeLogAction.setText(Tr::tr("Change Log..."));