]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IModule.h
Salome HOME
Define Selection validator interface.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IModule.h
index b5245c37ce15a400416b35ffc78ea1f59e36213b..ae652617e9f8a4f5ae7d39576d6fc0bd3f37f1ea 100644 (file)
@@ -26,7 +26,7 @@ public:
   virtual void launchOperation(const QString& theCmdId) = 0;
 
   /// Called when it is necessary to update a command state (enable or disable it)
-  virtual bool isFeatureEnabled(const QString& theCmdId) const = 0;
+  //virtual bool isFeatureEnabled(const QString& theCmdId) const = 0;
 
   /// Creates custom widgets for property panel
   virtual QWidget* createWidgetByType(const std::string& theType, QWidget* theParent,