Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Measurements.h
index 83ee72ea3c79764644b5c90597c0233791e5d953..66ecc6e0c12a8b4ed8dac8091831b5b950290cdb 100644 (file)
@@ -46,7 +46,7 @@ class SMESHGUI_MeshEditPreview;
 
 class SMESHGUI_EXPORT SMESHGUI_MinDistance : public QWidget
 {
-  Q_OBJECT;
+  Q_OBJECT
 
   enum { NoTgt, FirstTgt, SecondTgt };
   enum { OriginTgt, NodeTgt, ElementTgt, ObjectTgt };
@@ -95,7 +95,7 @@ private:
 
 class SMESHGUI_EXPORT SMESHGUI_BoundingBox : public QWidget
 {
-  Q_OBJECT;
+  Q_OBJECT
 
   enum { ObjectsSrc, NodesSrc, ElementsSrc };
   
@@ -141,7 +141,7 @@ private:
 
 class SMESHGUI_EXPORT SMESHGUI_BasicProperties : public QWidget
 {
-  Q_OBJECT;
+  Q_OBJECT
   
 public:
   //! Property type
@@ -172,7 +172,7 @@ private:
 
 class SMESHGUI_EXPORT SMESHGUI_Angle : public QWidget
 {
-  Q_OBJECT;
+  Q_OBJECT
   
 public:
 
@@ -206,7 +206,7 @@ private:
 
 class SMESHGUI_EXPORT SMESHGUI_MeasureDlg : public QDialog
 { 
-  Q_OBJECT;
+  Q_OBJECT
 
   enum { NodeMode, ElemMode };