Programming questions

Michael Thaler michael.thaler at ph.tum.de
Sun Jul 10 12:19:50 CEST 2005


On Sunday 10 July 2005 12:12, Sven Langkamp wrote:
>
> typedef QValueVector<KisPoint> KisPointVector;
> class KisPolygon : public KisPointVector
>
> is the same as
>
> class KisPolygon : public QValueVector<KisPoint>

Ah, o.k., thanks!

Michael


More information about the kimageshop mailing list