]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCharacter.h
Some improvements to the graphics dialog
[lyx.git] / src / frontends / qt4 / GuiCharacter.h
index 812c08405a53dbc5f711be3481daa36bb96c01de..8328211eb1fff473837d0dfffac6aff9af3144e4 100644 (file)
@@ -39,6 +39,8 @@ enum FontState {
        ///
        STRIKEOUT_TOGGLE,
        ///
+       XOUT_TOGGLE,
+       ///
        UULINE_TOGGLE,
        ///
        UWAVE_TOGGLE,
@@ -74,7 +76,7 @@ private:
        void dispatchParams();
        bool isBufferDependent() const { return true; }
        FuncCode getLfun() const { return LFUN_TEXTSTYLE_UPDATE; }
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        void restoreSession();
        //@}