]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Use QMessageBox for toggleWarning if possible
[lyx.git] / src / frontends / qt4 / GuiView.h
index 68f1734a94acb8708bfc02f726b152b27841b5bb..3ca4641ce0178cf4dd04a28662b6d963ca037d5b 100644 (file)
@@ -166,6 +166,9 @@ public:
        /// \name GuiBufferDelegate.
        //@{
        void resetAutosaveTimers();
+       // shows an error list (possibly master's)
+       // even if from_master is false, might show master's error list.
+       // this function should only be called if there was an error (#11106).
        void errors(std::string const &, bool from_master = false);
        void structureChanged();
        void updateTocItem(std::string const &, DocIterator const &);