X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiHSpace.h;h=5b0bdece3ba698a077922f5e29715f871890cb7f;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=ef4d214c7420856274e06bedfa3c51f9c748b835;hpb=3f55a73a055d4023b2f4b09169c27303b831bad1;p=lyx.git diff --git a/src/frontends/qt4/GuiHSpace.h b/src/frontends/qt4/GuiHSpace.h index ef4d214c74..5b0bdece3b 100644 --- a/src/frontends/qt4/GuiHSpace.h +++ b/src/frontends/qt4/GuiHSpace.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jürgen Spitzmüller + * \author Jürgen Spitzmüller * * Full author contact details are available in file CREDITS. */ @@ -24,7 +24,7 @@ class GuiHSpace : public GuiDialog, public Ui::HSpaceUi Q_OBJECT public: - GuiHSpace(GuiView & lv); + GuiHSpace(GuiView & lv, bool math); private Q_SLOTS: /// @@ -35,6 +35,8 @@ private Q_SLOTS: void patternChanged(); private: + /// + void setMath(bool custom); /// Apply from dialog void applyView(); /// Update the dialog