X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FPVGUI_ParaViewSettingsPane.h;h=bcdb227201cfa927a3f2ce432e93a8c4fa97ea18;hb=1872421989f63893a0461902eb572143d19f388e;hp=adbc913e8616add7e354e643edade0818f3ee591;hpb=986234590b0ea9578dfa19c99e8f8f0167fe9e5c;p=modules%2Fparavis.git diff --git a/src/PVGUI/PVGUI_ParaViewSettingsPane.h b/src/PVGUI/PVGUI_ParaViewSettingsPane.h index adbc913e..bcdb2272 100644 --- a/src/PVGUI/PVGUI_ParaViewSettingsPane.h +++ b/src/PVGUI/PVGUI_ParaViewSettingsPane.h @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2015 CEA/DEN, EDF R&D +// Copyright (C) 2010-2023 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 @@ -36,7 +36,7 @@ class LightApp_Application; /**! * This class is (almost) a copy/paste of what is found in - * */Qt/Components/pqSettingsDialog.h* + * *[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. @@ -80,7 +80,7 @@ protected: void saveInQSettings(const char* key, vtkSMProperty* smproperty); private: - Q_DISABLE_COPY(PVGUI_ParaViewSettingsPane); + Q_DISABLE_COPY(PVGUI_ParaViewSettingsPane) class pqInternals; pqInternals* Internals;