mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Squeeze warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37680 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a363f80e6
commit
66ca99798b
@ -1593,6 +1593,8 @@ Menu::Menu(GuiView * gv, QString const & name, bool top_level, bool keyboard)
|
||||
#ifdef Q_WS_WIN
|
||||
if (keyboard)
|
||||
setStyle(new AlwaysMnemonicStyle);
|
||||
#else
|
||||
(void) keyboard;
|
||||
#endif
|
||||
d->top_level_menu = top_level? new MenuDefinition : 0;
|
||||
d->view = gv;
|
||||
|
Loading…
Reference in New Issue
Block a user