Salome HOME
Small refactor.
[modules/paravis.git] / src / PVGUI / PVGUI_ParaViewSettingsPane.h
index a8e9467c94212bced5699ad73b8b43780f3741ca..adbc913e8616add7e354e643edade0818f3ee591 100644 (file)
@@ -1,6 +1,6 @@
 // PARAVIS : ParaView wrapper SALOME module
 //
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  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
@@ -35,8 +35,8 @@ class QHideEvent;
 class LightApp_Application;
 
 /**!
- * Almost identical copy/paste of what is found in
- *    <PARAVIEW>/Qt/Components/pqSettingsDialog.h
+ * This class is (almost) a copy/paste of what is found in
+ *    *<PARAVIEW>/Qt/Components/pqSettingsDialog.h*
  * This is (almost) the same, except for the inheritance to QtxUserDefinedContent providing the link
  * to SALOME preference mechanism.
  * The UI content of pqSettingsDialog is put in a (PARAVIS) widget called pqCustomSettingsWidget.