]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IWidgetCreator.cpp
Salome HOME
Issue #1368: Creation of a Qt panel. Persistent mechanism.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWidgetCreator.cpp
index 1ea485604b2e71b4137679dd5c500bee9ad9e2ce..10e495f7b6f11d8665f02cd80916072c2927ba50 100755 (executable)
@@ -11,7 +11,8 @@ ModuleBase_IWidgetCreator::~ModuleBase_IWidgetCreator()
 }
 
 QWidget* ModuleBase_IWidgetCreator::createPanelByType(const std::string& theType,
-                                                      QWidget* theParent)
+                                                      QWidget* theParent,
+                                                      const FeaturePtr& theFeature)
 {
   return 0;
 }