branch | qt4-port |
changeset 20 | 9ad3d0391be1 |
parent 2 | 608f976aa7bb |
1.1 --- a/branchobj.h Tue Jun 06 14:58:11 2006 +0000 1.2 +++ b/branchobj.h Tue Sep 05 07:56:57 2006 +0000 1.3 @@ -124,6 +124,7 @@ 1.4 1.5 protected: 1.6 static BranchObj* itLast; // iterator for first(), next() 1.7 + static BranchObj* itFirst; // first iterator for first(), next() 1.8 BranchObjPtrList branch; // all child branches 1.9 Q3PtrList<FloatImageObj> floatimage; // child images 1.10 Q3PtrList<XLinkObj> xlink; // xlinks to other branches