]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorAndré Pönitz <poenitz@gmx.net>
Tue, 9 Oct 2007 22:13:51 +0000 (22:13 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 9 Oct 2007 22:13:51 +0000 (22:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20876 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/DialogView.h

index 0f36c4894e47169e305179edd8d355bfd27a33f4..72451b50cca7ad649f9e5fd6829f99a0c6e1f9f9 100644 (file)
@@ -32,7 +32,7 @@ namespace frontend {
 /// This template class that encapsulates a given Widget inside a
 /// QDialog and presents a Dialog interface
 template<class MyWidget>
-class DialogView : public QDialog, public Dialog, public Controller
+class DialogView : public QDialog, public Dialog
 {
 public:
        DialogView(
@@ -85,7 +85,6 @@ public:
                widget_->updateView();
        }
        void partialUpdateView(int /*id*/) {}
-       Controller & controller() { return *this; }
        std::string name() const { return name_; }
        //@}
 private: