diff -r 9ff332964015 -r ff3b01ce0960 vymmodel.h --- a/vymmodel.h Wed Apr 01 15:06:57 2009 +0000 +++ b/vymmodel.h Thu Apr 02 09:46:29 2009 +0000 @@ -240,8 +240,8 @@ // QString getHeading (bool &ok,QPoint &p); //!< Get heading, ok if selection is branch private: - TreeItem* findCurrent; // next object in find process - TreeItem* findPrevious; // next object in find process + BranchItem* findCurrent; // next object in find process + BranchItem* findPrevious; // next object in find process bool EOFind; // true, if search failed public: BranchObj* findText(QString,bool); // Find object @@ -282,7 +282,7 @@ // The create methods are used to quickly parse a XML file void createMapCenter(); //!< Create and select MapCenter - void createBranch(); //!< Create and select Branch + BranchItem* createBranch(); //!< Create and select Branch TreeItem* createImage(); //!< Create and select image /*! \brief Add new mapcenter @@ -551,7 +551,7 @@ void ensureSelectionVisible(); //!< Show selection in all views - void selectInt(LinkableMapObj*); +// void selectInt(LinkableMapObj*); private: void selectNextBranchInt(); // Increment number of branch