X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FBL_QModelManager.hxx;h=53634c29f1e6f19c798941405150bc9295ad8f55;hb=2fcaf11d27a6ca0830c1152427098215cffc0854;hp=6a044fcc22f229fcf5037424dd090903ce2336e4;hpb=70c432982839980de6c1f8efe3a8ee0130e09c73;p=modules%2Fjobmanager.git diff --git a/src/genericgui/BL_QModelManager.hxx b/src/genericgui/BL_QModelManager.hxx index 6a044fc..53634c2 100644 --- a/src/genericgui/BL_QModelManager.hxx +++ b/src/genericgui/BL_QModelManager.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 CEA/DEN, EDF R&D +// Copyright (C) 2009-2021 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 @@ -20,11 +20,14 @@ #ifndef _BL_QMODELMANAGER_HXX_ #define _BL_QMODELMANAGER_HXX_ -#include - #include "BL_Job.hxx" -namespace BL{ +#include + +class QStandardItemModel; + +namespace BL +{ class JobsManager_QT; class QModelManager: public QObject