Salome HOME
Fix pyconfig redefined declarations for _XOPEN_SOURCE and _POSIX_C_SOURCE
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabel.h
index fd0112ff19b88c3b24a4ec8cd0d8e3a07daf0050..62fb2d2e82d57eb3b292f4318d8efa2536e03280 100644 (file)
@@ -40,15 +40,13 @@ Q_OBJECT
 
   virtual QList<QWidget*> getControls() const;
 
-  QWidget* getControl() const;
-
   /// This control doesn't accept focus
   virtual bool focusTo() { return false; }
 
 protected:
   /// Saves the internal parameters to the given feature
   /// \return True in success
-  virtual bool storeValue() const
+  virtual bool storeValueCustom() const
   {
     return true;
   }
@@ -58,4 +56,4 @@ private:
   QLabel* myLabel;
 };
 
-#endif
\ No newline at end of file
+#endif