X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiInfo.h;h=9094dc7e0c1af3e879431486009668a23496c0a6;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=431bc3300c8dc90fb64442940ccfbf984c21c9df;hpb=81cc98a500909125cb24259e0fb56e90b69569c8;p=lyx.git diff --git a/src/frontends/qt4/GuiInfo.h b/src/frontends/qt4/GuiInfo.h index 431bc3300c..9094dc7e0c 100644 --- a/src/frontends/qt4/GuiInfo.h +++ b/src/frontends/qt4/GuiInfo.h @@ -26,13 +26,14 @@ class GuiInfo : public DialogView, public Ui::InfoUi public: GuiInfo(GuiView & lv); - /// Dialog inherited methods + /// \name Dialog inherited methods //@{ void applyView(); void updateView(); void dispatchParams() {} void enableView(bool enable); bool isBufferDependent() const { return true; } + bool canApply() const { return true; } //@} private Q_SLOTS: