]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/Qtx/QtxPreferenceMgr.h
Salome HOME
Updated copyright comment
[modules/gui.git] / src / Qtx / QtxPreferenceMgr.h
index 870d81bdf9e9559252806a050f6c132fef57d173..db4c6f95cd9847e169b6ad9de5bd86b349493ac5 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, 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
@@ -78,6 +78,9 @@ public:
   bool                      isEvaluateValues() const;
   void                      setEvaluateValues( const bool );
 
+  bool                      isRestartRequired() const;
+  void                      setRestartRequired( const bool );
+
   virtual void              store() = 0;
   virtual void              retrieve() = 0;
 
@@ -136,6 +139,7 @@ private:
   ItemList                  myChildren;
 
   bool                      myEval;
+  bool                      myRestartNeeded;
   QIcon                     myIcon;
   QString                   myTitle;
   QString                   mySection;