]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Adapt to changes in XGUI_IPrefMgr
authorvsv <vitaly.smetannikov@opencascade.com>
Fri, 28 Nov 2014 07:26:22 +0000 (10:26 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Fri, 28 Nov 2014 07:26:22 +0000 (10:26 +0300)
src/NewGeom/NewGeom_Module.cpp

index 9f8bc4543a6ee76012b5b0515195bd9c35e7f6ff..5755c626f5dd3911695f40f571080eaf67680ba4 100644 (file)
@@ -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: