Changeset 769 for trunk/src/gui/painting/qmath_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/painting/qmath_p.h
r651 r769 55 55 56 56 #include <math.h> 57 #include <qmath.h> 57 58 58 59 QT_BEGIN_NAMESPACE … … 62 63 static const qreal Q_PI2 = qreal(1.57079632679489661923); // pi/2 63 64 65 inline int qIntSqrtInt(int v) 66 { 67 return static_cast<int>(qSqrt(static_cast<qreal>(v))); 68 } 69 64 70 QT_END_NAMESPACE 65 71
Note:
See TracChangeset
for help on using the changeset viewer.