X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiProgressView.h;h=51e4a55cbe7b08f37abe9200de823a0ab02b4f5c;hb=c203a842fce88f7313ceb6da99f6a4a10f50f365;hp=9a743f2322827167d1fcfd3bbe694b4383ac0406;hpb=707b099102aba7aab8180389bd14382bb2ca9849;p=lyx.git diff --git a/src/frontends/qt4/GuiProgressView.h b/src/frontends/qt4/GuiProgressView.h index 9a743f2322..51e4a55cbe 100644 --- a/src/frontends/qt4/GuiProgressView.h +++ b/src/frontends/qt4/GuiProgressView.h @@ -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: