]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgress.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiProgress.h
index 9c475ad9a17781b89b259fefd83077126a990a21..a514733eb7a85bdc03652724171f07e2e29a84ef 100644 (file)
@@ -42,6 +42,10 @@ public:
        void lyxerrDisconnect();
        void lyxerrFlush();
 
+       int prompt(docstring const & title, docstring const & question,
+                  int default_button, int cancel_button,
+                  docstring const & b1, docstring const & b2);
+
        static QString currentTime();
 
 Q_SIGNALS:
@@ -55,8 +59,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 +81,8 @@ private Q_SLOTS:
        void doError(QString const &, QString const &);
        void doInformation(QString const &, QString const &);
 
-        void updateWithLyXErr();
+       void updateWithLyXErr();
+       void startFlushing();
 
 
 private: