Changeset 651 for trunk/src/gui/painting/qpathclipper.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/painting/qpathclipper.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 91 91 } 92 92 93 static bool pathToRect(const QPainterPath &path, QRectF *rect = 0);94 95 93 struct QIntersection 96 94 { … … 1661 1659 } 1662 1660 1663 static boolpathToRect(const QPainterPath &path, QRectF *rect)1661 bool QPathClipper::pathToRect(const QPainterPath &path, QRectF *rect) 1664 1662 { 1665 1663 if (path.elementCount() != 5)
Note:
See TracChangeset
for help on using the changeset viewer.