From 659a0936ee61f1f4e786769e4f5032aaa502cf2e Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 28 Nov 2014 10:26:22 +0300 Subject: [PATCH] Adapt to changes in XGUI_IPrefMgr --- src/NewGeom/NewGeom_Module.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/NewGeom/NewGeom_Module.cpp b/src/NewGeom/NewGeom_Module.cpp index 9f8bc4543..5755c626f 100644 --- a/src/NewGeom/NewGeom_Module.cpp +++ b/src/NewGeom/NewGeom_Module.cpp @@ -57,6 +57,14 @@ public: return myMgr->addPreference(myModName, theLbl, pId, theType, theSection, theName); } + virtual void setItemProperty(const QString& thePropName, + const QVariant& theValue, + const int theId = -1) + { + myMgr->setItemProperty(thePropName, theValue, theId); + } + + virtual SUIT_PreferenceMgr* prefMgr() const { return myMgr; } private: -- 2.39.2