diff -r a6931cd6309a -r e3f722759c7e mapeditor.h --- a/mapeditor.h Fri May 15 15:22:15 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