Salome HOME
updated copyright message
[modules/gui.git] / src / Qtx / QtxColorButton.h
index aac574533e3d60098c1134e4d87cd5d809bba414..63c5ab3c0356095199a53b7aaaab0f568042b604 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // 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
@@ -51,6 +51,8 @@ public:
   QString       autoText() const;
   void          setAutoText( const QString& );
 
+  QSize         sizeHint() const;
+
 signals:
   void          clicked( QColor );
   void          changed( QColor );