]> 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 af4f0b9abc778fbfb60442c882169332b567c41b..fe4393d581e4495fdd2ebb87d1a006623c3353d9 100644 (file)
@@ -31,12 +31,16 @@ public:
 public Q_SLOTS:
        /// select an entry
        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; }
        ///
@@ -55,6 +59,10 @@ private:
 private:
        ///
        std::string error_type_;
+       ///
+       mutable ErrorList error_list_;
+       ///
+       Buffer const * buf_;
        /// the parent document name
        docstring name_;
        ///