X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiVSpace.h;h=93a6319fe92fc9317657877791ce399bb899d9e6;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=b138c176965fb9a2f44aef934c0803a5d902e2c1;hpb=58296b3994f21baa8a9ac4d691a3c7103c711cb3;p=lyx.git diff --git a/src/frontends/qt4/GuiVSpace.h b/src/frontends/qt4/GuiVSpace.h index b138c17696..93a6319fe9 100644 --- a/src/frontends/qt4/GuiVSpace.h +++ b/src/frontends/qt4/GuiVSpace.h @@ -4,9 +4,9 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * \author Angus Leeming - * \author Jürgen Spitzmüller + * \author Jürgen Spitzmüller * \author Edwin Leuven * * Full author contact details are available in file CREDITS. @@ -22,24 +22,20 @@ namespace lyx { namespace frontend { -class GuiVSpace : public GuiDialog, public Ui::VSpaceUi, public Controller +class GuiVSpace : public GuiDialog, public Ui::VSpaceUi { Q_OBJECT public: - GuiVSpace(LyXView & lv); + GuiVSpace(GuiView & lv); private Q_SLOTS: /// void change_adaptor(); /// - void closeEvent(QCloseEvent *); - /// void enableCustom(int); private: - /// parent controller - Controller & controller() { return *this; } /// Apply from dialog void applyView(); /// Update the dialog @@ -52,8 +48,6 @@ private: void dispatchParams(); /// bool isBufferDependent() const { return true; } - /// - bool inInset() const; /// VSpace params_;