X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiBranch.h;h=b491d738bec9f7b2579509722001abb81b5cb499;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=7fe05e6897b786ee73ce6bf71a370a2378ec0d10;hpb=85b05737d4fb83ec80443d79ffd409b5028c7200;p=lyx.git diff --git a/src/frontends/qt4/GuiBranch.h b/src/frontends/qt4/GuiBranch.h index 7fe05e6897..b491d738be 100644 --- a/src/frontends/qt4/GuiBranch.h +++ b/src/frontends/qt4/GuiBranch.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * \author Martin Vermeer - * \author Jürgen Spitzmüller + * \author Jürgen Spitzmüller * * Full author contact details are available in file CREDITS. */ @@ -22,21 +22,17 @@ namespace lyx { namespace frontend { -class GuiBranch : public GuiDialog, public Ui::BranchUi, public Controller +class GuiBranch : public GuiDialog, public Ui::BranchUi { Q_OBJECT public: - GuiBranch(LyXView & lv); + GuiBranch(GuiView & lv); private Q_SLOTS: void change_adaptor(); private: - /// - void closeEvent(QCloseEvent * e); - /// parent controller - Controller & controller() { return *this; } /// Apply changes void applyView(); /// Update dialog before showing it