]> 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 9c475ad9a17781b89b259fefd83077126a990a21..1d80259f71eda3cede75cb4a9ef086827ab61c53 100644 (file)
@@ -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,7 +77,8 @@ private Q_SLOTS:
        void doError(QString const &, QString const &);
        void doInformation(QString const &, QString const &);
 
-        void updateWithLyXErr();
+       void updateWithLyXErr();
+       void startFlushing();
 
 
 private: