]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiInfo.h
index 3cff528241548d24743203b2cff762bf188c9d1a..03973c11ad68e83ef0217908953ce6eed17dee87 100644 (file)
@@ -13,6 +13,7 @@
 #define GUI_INFO_H
 
 #include "InsetParamsWidget.h"
+#include "insets/InsetInfo.h"
 #include "ui_InfoUi.h"
 
 namespace lyx {
@@ -39,9 +40,10 @@ private:
        QString dialogTitle() const { return qt_("Field Settings"); }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
+       bool initialiseParams(std::string const &);
        bool checkWidgets(bool readonly) const;
        //@}
-       Inset * inset_;
+       InsetInfoParams params_;
 };
 
 } // namespace frontend