]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiErrorList.h
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"
[lyx.git] / src / frontends / qt4 / GuiErrorList.h
index 7bbf4a1f03d4e2da9bdf112efef51588c06a7931..fe4393d581e4495fdd2ebb87d1a006623c3353d9 100644 (file)
@@ -33,12 +33,14 @@ public Q_SLOTS:
        void select();
        /// open the LaTeX log
        void viewLog();
+       /// show the output file despite compilation errors
+       void showAnyway();
 
 private:
        ///
        void showEvent(QShowEvent *);
-       /// update contents
-       void updateContents();
+       ///
+       void paramsToDialog();
        ///
        bool isBufferDependent() const { return true; }
        ///
@@ -57,6 +59,10 @@ private:
 private:
        ///
        std::string error_type_;
+       ///
+       mutable ErrorList error_list_;
+       ///
+       Buffer const * buf_;
        /// the parent document name
        docstring name_;
        ///