X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCharacter.h;h=599807f0ae8a6b1a386a09593256e3cb453a88dc;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=02cd2feca4280932a818d6bf2e4335161b839a11;hpb=381b86788d382ffe26a1f24427a668b9ee1d061e;p=lyx.git diff --git a/src/frontends/qt4/GuiCharacter.h b/src/frontends/qt4/GuiCharacter.h index 02cd2feca4..599807f0ae 100644 --- a/src/frontends/qt4/GuiCharacter.h +++ b/src/frontends/qt4/GuiCharacter.h @@ -39,6 +39,10 @@ enum FontState { /// STRIKEOUT_TOGGLE, /// + UULINE_TOGGLE, + /// + UWAVE_TOGGLE, + /// INHERIT }; @@ -62,7 +66,7 @@ protected Q_SLOTS: void change_adaptor(); private: - /// Dialog inherited methods + /// \name Dialog inherited methods //@{ void applyView(); void updateContents();