X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiView.h;h=bc7b9ecc1e59e19759a332a35097ff6d479d7ccc;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=667ce607881ecb7f6b7fb3c084e237c30c3ebfa3;hpb=4a1a425213aab1d5e2d34be68fe9bca3119c8f45;p=lyx.git diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 667ce60788..bc7b9ecc1e 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -77,8 +77,6 @@ public: int id() const { return id_; } - /// - void setBusy(bool); /// are we busy ? bool busy() const; @@ -207,6 +205,8 @@ Q_SIGNALS: void triggerShowDialog(QString const & qname, QString const & qdata, Inset * inset); public Q_SLOTS: + /// + void setBusy(bool); /// idle timeout. /// clear any temporary message and replace with current status. void clearMessage(); @@ -229,7 +229,6 @@ private Q_SLOTS: /// For completion of autosave or export threads. void processingThreadStarted(); - void processingThreadFinished(bool show_errors); void processingThreadFinished(); void autoSaveThreadFinished(); @@ -353,6 +352,8 @@ private: /// void insertPlaintextFile(docstring const & fname, bool asParagraph); + /// + bool exportBufferAs(Buffer & b); /// Save a buffer as a new file. /**