]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
Set a maximum value to zoom level
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 9a743f2322827167d1fcfd3bbe694b4383ac0406..51e4a55cbe7b08f37abe9200de823a0ab02b4f5c 100644 (file)
@@ -36,7 +36,7 @@ class ProgressViewWidget : public QWidget, public Ui::ProgressViewUi
 public:
        ProgressViewWidget();
 private:
-       
+
 };
 
 class GuiProgressView : public DockView
@@ -47,7 +47,7 @@ public:
        GuiProgressView(
                GuiView & parent, ///< the main window where to dock.
                Qt::DockWidgetArea area, ///< Position of the dock (and also drawer)
-               Qt::WindowFlags flags = 0);
+               Qt::WindowFlags flags = {});
 
        ~GuiProgressView();
        /// Controller inherited method.
@@ -61,7 +61,7 @@ public:
        void updateView() {}
        bool wantInitialFocus() const { return false; }
        void restoreSession();
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        ///@}
 
 private Q_SLOTS: