A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
started top group gen, added project subdirs
[blast.git]
/
BlockLibraryTree.h
diff --git
a/BlockLibraryTree.h
b/BlockLibraryTree.h
index f8fa60c3f0b1e37bc650b312977dda9a2d63150a..880fd17a0b38c548f91c8cda7f22a132396d55d6 100644
(file)
--- a/
BlockLibraryTree.h
+++ b/
BlockLibraryTree.h
@@
-40,8
+40,8
@@
private:
The root of the tree is in fact tabCategories[0]
*/
The root of the tree is in fact tabCategories[0]
*/
-
BlockCategory**
tabCategories;
-
int*
tabIdParent;
+
QList<BlockCategory*>
tabCategories;
+
QList<int>
tabIdParent;
int nbCategories;
};
int nbCategories;
};