Skip to content

Commit

Permalink
BUG: Add About action to HelpMenu (was missing) (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
sjh26 and jcfr authored Nov 13, 2020
1 parent 4ba39c6 commit 01ba42a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ void q{{cookiecutter.app_name}}AppMainWindowPrivate::setupUi(QMainWindow * mainW
// to "QMetaObject::connectSlotsByName()" done in "setupUi()" to
// successfully connect each slot with its corresponding action.
this->Superclass::setupUi(mainWindow);

// Add Help Menu Action
this->HelpMenu->addAction(helpAboutSlicerAppAction);

//----------------------------------------------------------------------------
// Configure
Expand Down

0 comments on commit 01ba42a

Please sign in to comment.