Salome HOME
#29478: Show names of groups in the view
[modules/shaper.git] / src / XGUI / XGUI_InspectionPanel.h
index 373e12b2d496797b9a4920e5d4eba5d78aa34485..dcd6f144d84ac711b420acedfa39992e2dd002bd 100644 (file)
@@ -50,7 +50,8 @@ MAYBE_UNUSED const static char* INSPECTION_PANEL = "inspection_panel_dock";
 * \ingroup GUI
 * A class which represents an inspection panel: to show content of currently selected objects
 */
-class XGUI_EXPORT XGUI_InspectionPanel : public QDockWidget, public GeomAlgoAPI_ShapeInfo::Translator
+class XGUI_EXPORT XGUI_InspectionPanel :
+  public QDockWidget, public GeomAlgoAPI_ShapeInfo::Translator
 {
   Q_OBJECT
 public: