]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiErrorList.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiErrorList.h
index 31210a4aeb1425434d2d68edcba838e4c7aecaaf..57e451a3283a5da393c1456149f6dfb30156b630 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 *);
+       void select();
 
 private:
-       ///
-       void closeEvent(QCloseEvent *);
        ///
        void showEvent(QShowEvent *);
-       /// parent controller
-       Controller & controller() { return *this; }
        /// update contents
        void updateContents();
        ///