diff -r 53c66cb9f5bd -r 6cdc2e7b1937 mapeditor.h --- a/mapeditor.h Mon Oct 22 09:50:03 2007 +0000 +++ b/mapeditor.h Mon Oct 22 09:50:08 2007 +0000 @@ -189,6 +189,7 @@ void moveRel (const double &x, const double &y); void moveBranchUp(); //!< Move branch up void moveBranchDown(); //!< Move branch down + void sortChildren(); //!< Sort children lexically private: void linkTo(const QString &); public: