]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiErrorList.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiErrorList.h
index 9bb68102013587253f120484f7ed2610b159beb8..5ceb9f018159f78df859ff3535a379cfbf2d7147 100644 (file)
@@ -31,12 +31,14 @@ public:
 public Q_SLOTS:
        /// select an entry
        void select();
+       /// open the LaTeX log
+       void viewLog();
 
 private:
        ///
        void showEvent(QShowEvent *);
-       /// update contents
-       void updateContents();
+       ///
+       void paramsToDialog();
        ///
        bool isBufferDependent() const { return true; }
        ///
@@ -55,8 +57,14 @@ private:
 private:
        ///
        std::string error_type_;
+       ///
+       mutable ErrorList error_list_;
+       ///
+       Buffer const * buf_;
        /// the parent document name
        docstring name_;
+       ///
+       bool from_master_;
 };
 
 } // namespace frontend