forked from qt-creator/qt-creator
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:
@@ -1896,13 +1896,6 @@ void ICorePrivate::registerDefaultActions()
|
||||
aboutPluginsAction.setEnabled(true);
|
||||
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
|
||||
ActionBuilder changeLogAction(this, Constants::CHANGE_LOG);
|
||||
changeLogAction.setText(Tr::tr("Change Log..."));
|
||||
|
||||
Reference in New Issue
Block a user