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/gui/itemviews/qstandarditemmodel.cpp

    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)
     
    11311131  user cannot interact with the item.
    11321132
    1133   This flag takes presedence over the other item flags; e.g. if an item is not
     1133  This flag takes precedence over the other item flags; e.g. if an item is not
    11341134  enabled, it cannot be selected by the user, even if the Qt::ItemIsSelectable
    11351135  flag has been set.
     
    19221922    This operator uses QStandardItem::read().
    19231923
    1924     \sa {Format of the QDataStream Operators}
     1924    \sa {Serializing Qt Data Types}
    19251925*/
    19261926QDataStream &operator>>(QDataStream &in, QStandardItem &item)
     
    19381938    This operator uses QStandardItem::write().
    19391939
    1940     \sa {Format of the QDataStream Operators}
     1940    \sa {Serializing Qt Data Types}
    19411941*/
    19421942QDataStream &operator<<(QDataStream &out, const QStandardItem &item)
Note: See TracChangeset for help on using the changeset viewer.