]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCharacter.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiCharacter.h
index 02cd2feca4280932a818d6bf2e4335161b839a11..5d4f346ee7b58679009a9f4fa3843d66a231c5cf 100644 (file)
@@ -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();
@@ -91,9 +95,6 @@ private:
        Font font_;
        ///
        bool toggleall_;
-       /// If true the language should be reset.
-       /// If false the language of font_ is used.
-       bool reset_lang_;
 };
 
 } // namespace frontend