Salome HOME
Property panel widgets redesign
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.cpp
index 87e26a78f5c4b03a9a61ad35adc3e99e95929f08..122f4b41ce058fcf61806b614c9d7a82d1728d0a 100644 (file)
@@ -39,11 +39,6 @@ ModuleBase_WidgetBoolValue::~ModuleBase_WidgetBoolValue()
 {
 }
 
-QWidget* ModuleBase_WidgetBoolValue::getControl() const
-{
-  return myCheckBox;
-}
-
 bool ModuleBase_WidgetBoolValue::storeValue() const
 {
   DataPtr aData = myFeature->data();