changeset 612 | 316e9237794c |
parent 572 | a97aabc21136 |
child 616 | 16d63fc9ae42 |
1.1 --- a/mapeditor.h Mon Jul 30 09:47:11 2007 +0000 1.2 +++ b/mapeditor.h Tue Oct 23 13:05:22 2007 +0000 1.3 @@ -189,6 +189,7 @@ 1.4 void moveRel (const double &x, const double &y); 1.5 void moveBranchUp(); //!< Move branch up 1.6 void moveBranchDown(); //!< Move branch down 1.7 + void sortChildren(); //!< Sort children lexically 1.8 private: 1.9 void linkTo(const QString &); 1.10 public: