Merge branch 'master' of git@github.com:danmar/cppcheck
This commit is contained in:
commit
f2083f1b51
|
@ -84,7 +84,7 @@ MainWindow::MainWindow() :
|
|||
connect(mUI.mActionHelpContents, SIGNAL(triggered()), this, SLOT(OpenHelpContents()));
|
||||
#else
|
||||
// Hide if not Windows
|
||||
mUI.mActionHelpContents.setVisible(false);
|
||||
mUI.mActionHelpContents->setVisible(false);
|
||||
#endif
|
||||
|
||||
CreateLanguageMenuItems();
|
||||
|
|
Loading…
Reference in New Issue