Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/animation/qvariantanimation.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    436436    if (!interpolators)
    437437        return;
     438
    438439    QMutexLocker locker(QMutexPool::globalInstanceGet(interpolators));
     440
    439441    if (int(interpolationType) >= interpolators->count())
    440442        interpolators->resize(int(interpolationType) + 1);
     
    451453{
    452454    QInterpolatorVector *interpolators = registeredInterpolators();
     455
    453456    QMutexLocker locker(QMutexPool::globalInstanceGet(interpolators));
     457
    454458    QVariantAnimation::Interpolator ret = 0;
    455459    if (interpolationType < interpolators->count()) {
Note: See TracChangeset for help on using the changeset viewer.