]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiInfo.h
index 431bc3300c8dc90fb64442940ccfbf984c21c9df..9094dc7e0c1af3e879431486009668a23496c0a6 100644 (file)
@@ -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: