mapeditor.h
changeset 772 e3f722759c7e
parent 769 a6931cd6309a
child 775 6e4b586aa88a
     1.1 --- a/mapeditor.h	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/mapeditor.h	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -31,6 +31,7 @@
     1.4  	QPointF scrollBarPosTarget;
     1.5  	QtPropertyAnimation scrollBarPosAnimation;
     1.6  public:
     1.7 +	void scrollTo (const QModelIndex &index);
     1.8  	void setScrollBarPosTarget (const QRectF &rect);	//!  ensureVisible of rect
     1.9  	QPointF getScrollBarPosTarget ();
    1.10  	void setScrollBarPos (const QPointF &p);
    1.11 @@ -135,7 +136,6 @@
    1.12  public:
    1.13  	void setSelectionColor (QColor c);
    1.14  	QColor getSelectionColor ();
    1.15 -
    1.16  };
    1.17  #endif
    1.18