diff -r 01f2f6d6789d -r e3f722759c7e mapeditor.h --- a/mapeditor.h Mon May 18 11:22:41 2009 +0000 +++ b/mapeditor.h Wed May 20 15:40:14 2009 +0000 @@ -31,6 +31,7 @@ QPointF scrollBarPosTarget; QtPropertyAnimation scrollBarPosAnimation; public: + void scrollTo (const QModelIndex &index); void setScrollBarPosTarget (const QRectF &rect); //! ensureVisible of rect QPointF getScrollBarPosTarget (); void setScrollBarPos (const QPointF &p); @@ -135,7 +136,6 @@ public: void setSelectionColor (QColor c); QColor getSelectionColor (); - }; #endif