]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiInfo.h
index 5b8259ba7cc96f09708b758acccb2e85d4c22ec0..8911172c0aa64142dadd5f7286848a01362775e9 100644 (file)
@@ -31,8 +31,8 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() { return INFO_CODE; }
-       FuncCode creationCode() { return LFUN_INFO_INSERT; }
+       InsetCode insetCode() const { return INFO_CODE; }
+       FuncCode creationCode() const { return LFUN_INFO_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
        //@}