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