X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.h;h=30cdaace39917bcbd8e9d58be4c8b06352435198;hb=329d73a7dbce38e38063ff41186be492e3529ab5;hp=1419cc6670cb1e7d5a4737f1064211fb27240b80;hpb=c5311359309c0ec43f24a94015ff56840ab4317d;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.h b/src/PartSet/PartSet_WidgetSketchLabel.h index 1419cc667..30cdaace3 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.h +++ b/src/PartSet/PartSet_WidgetSketchLabel.h @@ -11,6 +11,7 @@ class QLabel; class XGUI_OperationMgr; +class PartSet_OperationSketch; class PARTSET_EXPORT PartSet_WidgetSketchLabel : public ModuleBase_ModelWidget { @@ -38,6 +39,8 @@ private slots: void onPlaneSelected(); private: + void updateLabel(PartSet_OperationSketch* theSketchOpe); + QLabel* myLabel; QString myText; QString myTooltip;