X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMaterial%2FMaterial_ResourceMgr.cxx;h=a6fd4d4d9db060d465656ff525a685b6bdc7d161;hb=b6f0965afb72083a5234f9b4fb0b233adaaf8d9d;hp=9b38b3cb2e9ac63485f2f65a8113e67b66efde0a;hpb=8fab12198bd5054cf11c2753ebc2252d51bf977d;p=modules%2Fgeom.git diff --git a/src/Material/Material_ResourceMgr.cxx b/src/Material/Material_ResourceMgr.cxx index 9b38b3cb2..a6fd4d4d9 100644 --- a/src/Material/Material_ResourceMgr.cxx +++ b/src/Material/Material_ResourceMgr.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -101,10 +101,10 @@ Material_ResourceMgr* Material_ResourceMgr::resourceMgr() } /*! - \brief Get list of avaiable materials + \brief Get list of available materials \param theType material type \param theSort if \c true (default), returns a list of materials sorted by name - \return list of avaiable materials names + \return list of available materials names */ QStringList Material_ResourceMgr::materials( MaterialType theType, bool theSort ) { @@ -178,7 +178,7 @@ void Material_ResourceMgr::watchUserFile( bool on ) myWatcher = new QFileSystemWatcher( this ); QFileInfo ufile = userFileName( appName() ); if ( ufile.exists() ) { - myWatcher->addPath( ufile.filePath() ); + myWatcher->addPath( ufile.filePath() ); } connect( myWatcher, SIGNAL( fileChanged( QString ) ), this, SLOT( update() ) ); }