]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiErrorList.h
GuiBibtex: Use appropriate title when using Biblatex
[lyx.git] / src / frontends / qt4 / GuiErrorList.h
index b36255a150aa879422632e87f6f9810b7d6b0aed..fe4393d581e4495fdd2ebb87d1a006623c3353d9 100644 (file)
@@ -33,6 +33,8 @@ public Q_SLOTS:
        void select();
        /// open the LaTeX log
        void viewLog();
+       /// show the output file despite compilation errors
+       void showAnyway();
 
 private:
        ///
@@ -57,6 +59,10 @@ private:
 private:
        ///
        std::string error_type_;
+       ///
+       mutable ErrorList error_list_;
+       ///
+       Buffer const * buf_;
        /// the parent document name
        docstring name_;
        ///