Salome HOME
Update copyrights
[modules/gui.git] / src / Qtx / QtxPagePrefMgr.h
index 8dbde32982e7cf0da6f1d6207e8e31b557ff84c4..bf996033885c0c624e75747a90858332fec26e55 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  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
@@ -487,11 +487,11 @@ public:
   void             setInputType( const int );
 
   QStringList      strings() const;
-  QList<int>       numbers() const;
+  QList<QVariant>  numbers() const;
   QList<QIcon>     icons() const;
 
   void             setStrings( const QStringList& );
-  void             setNumbers( const QList<int>& );
+  void             setNumbers( const QList<QVariant>& );
   void             setIcons( const QList<QIcon>& );
 
   virtual void     store();