]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.h
Consider class-provided citation engines
[lyx.git] / src / frontends / qt4 / GuiViewSource.h
index 873f8dbf4f293fc1ea74dbac62f0f0c7280c1c60..48f2903b74dce98bddabcbf04b56799eeb8c1c43 100644 (file)
@@ -47,7 +47,7 @@ public:
        /// returns true if the string has changed
        bool setText(QString const & qstr = QString());
        ///
-       void saveSession(QString const & session_key) const;
+       void saveSession(QSettings & settings, QString const & session_key) const;
        ///
        void restoreSession(QString const & session_key);
        ///
@@ -112,7 +112,7 @@ public:
        bool canApplyToReadOnly() const { return true; }
        void updateView();
        void enableView(bool enable);
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        void restoreSession();
        bool wantInitialFocus() const { return false; }
        ///@}