Salome HOME
Fix for crash on multi-selection of group-vertices on imported body with Shift-key...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabel.h
index 0f6e00baccfc3b67e57098c6a59a7bd5a49b69e8..62fb2d2e82d57eb3b292f4318d8efa2536e03280 100644 (file)
@@ -40,8 +40,6 @@ Q_OBJECT
 
   virtual QList<QWidget*> getControls() const;
 
-  QWidget* getControl() const;
-
   /// This control doesn't accept focus
   virtual bool focusTo() { return false; }
 
@@ -58,4 +56,4 @@ private:
   QLabel* myLabel;
 };
 
-#endif
\ No newline at end of file
+#endif