]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgress.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiProgress.h
index 49f1e2b4b887f4017ccd2ef0c40b8974779855ec..1d80259f71eda3cede75cb4a9ef086827ab61c53 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "DockView.h"
 
-#include <QTextEdit>
+
 #include <QSplashScreen>
 #include <QTimer>
 
@@ -41,8 +41,8 @@ public:
        void lyxerrConnect();
        void lyxerrDisconnect();
        void lyxerrFlush();
-        
-        static QString currentTime();
+
+       static QString currentTime();
 
 Q_SIGNALS:
 
@@ -55,8 +55,9 @@ Q_SIGNALS:
        void appendLyXErrMessage(QString const & text);
 
 
-       void clearMessageText();    
+       void clearMessageText();
        void updateStatusBarMessage(QString const &);
+       void triggerFlush();
 
        // Alert interface
        void warning(QString const & title, QString const & message);
@@ -76,10 +77,14 @@ private Q_SLOTS:
        void doError(QString const &, QString const &);
        void doInformation(QString const &, QString const &);
 
+       void updateWithLyXErr();
+       void startFlushing();
+
 
 private:
        void appendText(QString const &);
-       std::ostringstream lyxerr_stream_;      
+       std::ostringstream lyxerr_stream_;
+       QTimer flushDelay_;
 };