]> AND Private Git Repository - blast.git/blobdiff - BlockLibraryTree.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started top group gen, added project subdirs
[blast.git] / BlockLibraryTree.h
index f8fa60c3f0b1e37bc650b312977dda9a2d63150a..880fd17a0b38c548f91c8cda7f22a132396d55d6 100644 (file)
@@ -40,8 +40,8 @@ private:
 
      The root of the tree is in fact tabCategories[0]
    */
-  BlockCategory** tabCategories;
-  int* tabIdParent;
+  QList<BlockCategory*> tabCategories;
+  QList<int> tabIdParent;
   int nbCategories;
 
 };