]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index 51a3e94cb65e6ed11148d479e10b5fc68d5715d5..1b2add4ad91de1dfcac4b57cdf563b9b5a436eab 100644 (file)
@@ -44,8 +44,6 @@ public:
 public Q_SLOTS:
        // update content
        void updateView();
-       ///
-       void update(bool full_source);
 
 private:
        ///
@@ -78,6 +76,9 @@ public:
        bool canApply() const { return true; }
        bool canApplyToReadOnly() const { return true; }
        void updateView();
+       void enableView(bool enable);
+       void saveSession() const;
+       void restoreSession();
        ///@}
 
        /// The title displayed by the dialog reflects source type.