Fix GUI compile error on Linux.
This commit is contained in:
parent
3a7961e345
commit
0a372a4727
|
@ -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