Salome HOME
Updated copyright comment
[modules/shaper.git] / src / XGUI / XGUI_ErrorDialog.h
index b6f53e6bca1358b067159c52e2a73fbce521a022..202ee8f6f55862ab00977fd229e0b12d8d319f76 100644 (file)
@@ -1,17 +1,28 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
-/*
- * XGUI_ErrorDialog.h
- *
- *  Created on: Apr 28, 2014
- *      Author: sbh
- */
+// Copyright (C) 2014-2024  CEA, EDF
+//
+// 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, 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef XGUI_ERRORDIALOG_H_
 #define XGUI_ERRORDIALOG_H_
 
 #include <XGUI.h>
 #include <QDialog>
+#include <Events_InfoMessage.h>
 
 class QTextEdit;
 
@@ -36,7 +47,7 @@ Q_OBJECT
   XGUI_EXPORT void clear();
 
   /// Add error message
-  XGUI_EXPORT void addError(const QString&);
+  XGUI_EXPORT void addError(std::shared_ptr<Events_InfoMessage> theMsg);
 
   /// Remove error message
   XGUI_EXPORT void removeError(const QString&);