]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiBranch.h
index 7fe05e6897b786ee73ce6bf71a370a2378ec0d10..fd2f371df8668dc0e29439d95367f603d83f5cdb 100644 (file)
 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