[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed Nov 23 00:09:25 CET 2005
SVN commit 482444 by staikos:
non-virtual, especially since there is no change we will inherit from it and
it's called in a loop repeatedly
M +1 -1 kstviewobject.h
--- trunk/extragear/graphics/kst/kst/kstviewobject.h #482443:482444
@@ -94,7 +94,7 @@
virtual void internalAlignment(KstPaintType type, QPainter& p, QRect& plotRegion);
virtual QPoint position() const;
virtual const QRect& geometry() const;
- virtual const KstAspectRatio& aspectRatio() const;
+ const KstAspectRatio& aspectRatio() const;
virtual QRect surroundingGeometry() const;
virtual QRect contentsRect() const;
virtual void setContentsRect(const QRect& rect);
More information about the Kst
mailing list