diff -r f2aab2a9b6cb -r 92bebad145d2 branchobj.h --- a/branchobj.h Mon Oct 22 09:50:03 2007 +0000 +++ b/branchobj.h Wed Dec 05 14:58:02 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*);