Salome HOME
updated copyright message
[modules/gui.git] / src / SUIT / SUIT_TreeModel.h
old mode 100755 (executable)
new mode 100644 (file)
index cd789a2..8b6ed96
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  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
@@ -194,6 +194,7 @@ signals:
   void modelUpdated();
   void clicked( SUIT_DataObject*, int );
   void dropped( const QList<SUIT_DataObject*>&, SUIT_DataObject*, int, Qt::DropAction );
+  void renamed( SUIT_DataObject* );
 
 private:
   void                   initialize();
@@ -297,6 +298,7 @@ signals:
   void modelUpdated();
   void clicked( SUIT_DataObject*, int );
   void dropped( const QList<SUIT_DataObject*>&, SUIT_DataObject*, int, Qt::DropAction );
+  void renamed( SUIT_DataObject* );
 
 protected:
   SUIT_AbstractModel*    treeModel() const;