Salome HOME
[EDF24817] : MEDReader deal with file series considered as Spatial aggragation not...
[modules/paravis.git] / src / Plugins / MEDReader / plugin / ParaViewPlugin / pqAbstractFieldsWidget.h
index 99b8e1e44a3ec1e217ce11e428b49c45d412d057..c12b0c0ac00ac713f9314cbc75fce329ef7248f6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -43,7 +43,7 @@ class pqAbstractFieldsWidget : public pqPropertyWidget
   Q_PROPERTY(QList< QList< QVariant> > fieldsDomain READ getFields WRITE setFieldsDomain)
 public:
   pqAbstractFieldsWidget(
-    vtkSMProxy *smproxy, vtkSMProperty *smproperty, QWidget *parentObject = 0);
+  vtkSMProxy *smproxy, vtkSMProperty * smproperty, QWidget *parentObject = 0);
   virtual ~pqAbstractFieldsWidget();
 
   // Description
@@ -97,7 +97,7 @@ protected slots:
   virtual void onItemChanged(QTreeWidgetItem* itemOrig, int column) const;
 
 private:
-  Q_DISABLE_COPY(pqAbstractFieldsWidget);
+  Q_DISABLE_COPY(pqAbstractFieldsWidget)
 };
 
 #endif