Salome HOME
Issue #1368: Creation of a Qt panel. feature name correction
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_Feature.h
index 6c4db0051a587595a0baa1269a9ae3e90417db25..3353b906dae84153eb8ffcf84d99616e0379be61 100755 (executable)
@@ -21,7 +21,7 @@ class SamplePanelPlugin_Feature : public ModelAPI_Feature
   /// SketchShape feature kind
   inline static const std::string& ID()
   {
-    static const std::string MY_SAMPLE_PANEL_FEATURE_ID("SamplePanelFeature");
+    static const std::string MY_SAMPLE_PANEL_FEATURE_ID("QtPanelFeature");
     return MY_SAMPLE_PANEL_FEATURE_ID;
   }