X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..4cf57e6db08da791233d75237f62e74bc88dd427:/BlockLibraryTree.h?ds=inline diff --git a/BlockLibraryTree.h b/BlockLibraryTree.h index f8fa60c..880fd17 100644 --- a/BlockLibraryTree.h +++ b/BlockLibraryTree.h @@ -40,8 +40,8 @@ private: The root of the tree is in fact tabCategories[0] */ - BlockCategory** tabCategories; - int* tabIdParent; + QList tabCategories; + QList tabIdParent; int nbCategories; };