]> 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 298936ab2fcbc2a3b164ab73396e2632639ba70f..db4c6f95cd9847e169b6ad9de5bd86b349493ac5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -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;