Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/graphicsview/qgraphicsscene_p.h

    r651 r769  
    223223
    224224    void markDirty(QGraphicsItem *item, const QRectF &rect = QRectF(), bool invalidateChildren = false,
    225                    bool force = false, bool ignoreOpacity = false, bool removingItemFromScene = false);
     225                   bool force = false, bool ignoreOpacity = false, bool removingItemFromScene = false,
     226                   bool updateBoundingRect = false);
    226227    void processDirtyItemsRecursive(QGraphicsItem *item, bool dirtyAncestorContainsChildren = false,
    227228                                    qreal parentOpacity = qreal(1.0));
Note: See TracChangeset for help on using the changeset viewer.