diff options
Diffstat (limited to 'doc/html/qcanvaspolygonalitem.html')
-rw-r--r-- | doc/html/qcanvaspolygonalitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qcanvaspolygonalitem.html b/doc/html/qcanvaspolygonalitem.html index 093517610..b9f74003f 100644 --- a/doc/html/qcanvaspolygonalitem.html +++ b/doc/html/qcanvaspolygonalitem.html @@ -80,7 +80,7 @@ handling, etc., which is much faster for non-rectangular items. to maximize efficiency, but the polygon must <em>definitely</em> be contained completely within the polygonal area. Calculating the exact requirements is usually difficult, but if you allow a small -overestimate it can be easy and tquick, while still getting almost +overestimate it can be easy and quick, while still getting almost all of TQCanvasPolygonalItem's speed. <p> Note that all subclasses <em>must</em> call <a href="qcanvasitem.html#hide">hide</a>() in their destructor since hide() needs to be able to access <a href="#areaPoints">areaPoints</a>(). |