Salome HOME
Copyright update 2022
[modules/jobmanager.git] / src / genericgui / BL_JobsTable.hxx
index 8ada37d52f82923e7f8b9dbf0e34a32c9b9943f3..963b940d0ab1dedcbedfa5b3820a16d5f97f67f8 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2022  CEA/DEN, EDF R&D
 //
 // 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
 #ifndef _BL_JOBSTABLE_HXX_
 #define _BL_JOBSTABLE_HXX_
 
-#include <QtGui>
+#include <QTableView>
+
+class QItemSelection;
+class QModelIndex;
 
 namespace BL
 {