Changeset 846 for trunk/src/gui/effects


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:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/effects/qgraphicseffect.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    327327
    328328    QPixmap pm;
    329     if (d->m_cachedSystem == system && d->m_cachedMode == mode)
     329    if (item && d->m_cachedSystem == system && d->m_cachedMode == mode)
    330330        QPixmapCache::find(d->m_cacheKey, &pm);
    331331
     
    489489
    490490/*!
    491     Schedules a redraw of the source. Call this function whenever the source
    492     needs to be redrawn.
    493 
    494     This convenience function is equivalent to calling
    495     QGraphicsEffectSource::update().
    496 
    497     \sa updateBoundingRect(), QGraphicsEffectSource::update()
     491    Schedules a redraw of the effect. Call this function whenever the effect
     492    needs to be redrawn. This function does not trigger a redraw of the source.
     493
     494    \sa updateBoundingRect()
    498495*/
    499496void QGraphicsEffect::update()
  • trunk/src/gui/effects/qgraphicseffect.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
  • trunk/src/gui/effects/qgraphicseffect_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
Note: See TracChangeset for help on using the changeset viewer.