diff -r 513107d1ed59 -r d7d0708b1c60 branchobj.h --- a/branchobj.h Tue Dec 04 12:32:56 2007 +0000 +++ b/branchobj.h Tue Dec 04 12:32:59 2007 +0000 @@ -11,14 +11,16 @@ /*! \brief A branch visible in the map */ +/*! If HideExport is used, this branch and its childs will be hidden in export */ +enum HideTmpMode {HideNone, HideExport}; + + ///////////////////////////////////////////////////////////////////////////// class BranchObj:public OrnamentedObj { public: /*! New branches will get use same color for heading as parent */ enum BranchModification {NewBranch, MovedBranch}; - /*! If HideExport is used, this branch and its childs will be hidden in export */ - enum HideTmpMode {HideNone, HideExport}; BranchObj (); BranchObj (QGraphicsScene*);