Salome HOME
updated copyright message
[modules/paravis.git] / src / Plugins / MEDReader / plugin / ParaViewPlugin / pqAbstractFieldsWidget.h
index 10d019841089544449d8fc203090f233605a9bdd..c097a9f42a5cb8c23adabcb0f8965bbc06041f1b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2023  CEA, EDF
 //
 // 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