Changeset 599
- Timestamp:
- Feb 24, 2010, 8:03:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/animation/qvariantanimation.cpp
r561 r599 220 220 else 221 221 interpolator = 0; 222 222 223 223 //we make sure that the interpolator is always set to something 224 224 if (!interpolator) … … 249 249 animationValueLessThan); 250 250 if (it == keyValues.constBegin()) { 251 //the item pointed to by it is the start element in the range 251 //the item pointed to by it is the start element in the range 252 252 if (it->first == 0 && keyValues.count() > 1) { 253 253 currentInterval.start = *it; … … 432 432 // will override any existing interpolators 433 433 QInterpolatorVector *interpolators = registeredInterpolators(); 434 435 436 437 434 438 QMutexLocker locker(QMutexPool::globalInstanceGet(interpolators)); 435 439 if (int(interpolationType) >= interpolators->count())
Note:
See TracChangeset
for help on using the changeset viewer.