X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiHSpace.h;h=5b0bdece3ba698a077922f5e29715f871890cb7f;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=6468ec83045706b7229c5d97929e1b5c4927ae95;hpb=18101eea7b90972077c99eac781b5db096ec4c1a;p=lyx.git diff --git a/src/frontends/qt4/GuiHSpace.h b/src/frontends/qt4/GuiHSpace.h index 6468ec8304..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 @@ -49,8 +51,6 @@ private: void dispatchParams(); /// bool isBufferDependent() const { return true; } - /// - bool inInset() const; /// InsetSpaceParams params_;