Salome HOME
Install tests.set
[modules/geom.git] / src / Material / Material_ResourceMgr.cxx
index 9b38b3cb2e9ac63485f2f65a8113e67b66efde0a..02e3fabe78745b92b9bea8fc88dbf5190dc05e84 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
@@ -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() ) );
     }