X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FpqExtractGroupPanel.h;h=507f9c8bb18e86cc089b68195f1e56463a7af63f;hb=bae87bd664530e90e6106a91a0e24051fc971b7d;hp=699bd07f70eb38d8b58c73834151e488b85806a4;hpb=9dbade0021c7a8e21aedcfb28be257886abed924;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h index 699bd07f..507f9c8b 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h +++ b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h @@ -3,7 +3,7 @@ // 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 @@ -38,7 +38,6 @@ public: pqExtractGroupPanel(pqProxy* proxy, QWidget* p = NULL); ~pqExtractGroupPanel(); protected slots: - void aLev4HasBeenFired(); void updateSIL(); private: static std::map DeduceMapOfFamilyFromSIL(vtkMutableDirectedGraph *graph); @@ -47,7 +46,6 @@ protected: virtual void linkServerManagerProperties(); class pqUI; pqUI* UI; - std::vector _all_lev4; }; #endif