]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiErrorList.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiErrorList.h
index 31210a4aeb1425434d2d68edcba838e4c7aecaaf..4472dc5a851f92bbde85d5a659d34345df32c345 100644 (file)
@@ -21,24 +21,20 @@ class QListWidgetItem;
 namespace lyx {
 namespace frontend {
 
-class GuiErrorList : public GuiDialog, public Ui::ErrorListUi, public Controller
+class GuiErrorList : public GuiDialog, public Ui::ErrorListUi
 {
        Q_OBJECT
 
 public:
-       GuiErrorList(LyXView & lv);
+       GuiErrorList(GuiView & lv);
 
 public Q_SLOTS:
        /// select an entry
        void select(QListWidgetItem *);
 
 private:
-       ///
-       void closeEvent(QCloseEvent *);
        ///
        void showEvent(QShowEvent *);
-       /// parent controller
-       Controller & controller() { return *this; }
        /// update contents
        void updateContents();
        ///