Salome HOME
updated copyright message
[modules/gui.git] / src / SUIT / SUIT_PreferenceMgr.h
index b78490e8d538c46360197a6d012e60a377eb368e..e26a51e73b2c1c5266481de359b21ffcad13243c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  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
@@ -53,6 +53,7 @@ public:
 
   int                addItem( const QString&, const int pId = -1, const PrefItemType = Auto,
                               const QString& = QString(), const QString& = QString() );
+  void               removeItem( const QString& );
 
 protected:
   virtual QVariant   optionValue( const QString& ) const;