]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiView.h
index 4274bdc8a8e59d274b403162b8f701b5e11a3211..de64048c00265f8a9030da45b0e5a937e9458aa1 100644 (file)
@@ -31,6 +31,7 @@ class QShowEvent;
 
 namespace lyx {
 
+class Cursor;
 class ToolbarInfo;
 
 namespace frontend {
@@ -62,7 +63,6 @@ public:
 
        ///
        int id() const { return id_; }
-       void close();
        void setFocus();
        void setBusy(bool);
        /// returns true if this view has the focus.
@@ -99,8 +99,6 @@ public:
        void importDocument(std::string const &);
        ///
        void newDocument(std::string const & filename, bool fromTemplate);
-       /// write all buffers, asking the user, returns false if cancelled
-       bool quitWriteAll();
 
        /// GuiBufferDelegate.
        ///@{
@@ -247,7 +245,7 @@ public:
        void disconnectDialog(std::string const & name);
 
        ///
-       void updateCompletion(bool start, bool keep);
+       void updateCompletion(Cursor & cur, bool start, bool keep);
 
 private:
        ///