Changeset 846 for trunk/src/gui/kernel/qcursor.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qcursor.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 142 142 \o \inlineimage cursor-closedhand.png 143 143 \o Qt::ClosedHandCursor \o \c closedhand 144 \row \o 145 \o Qt::DragMoveCursor \o \c dnd-move or \c move 146 \o 147 \o Qt::DragCopyCursor \o \c dnd-copy or \c copy 148 \row \o 149 \o Qt::DragLinkCursor \o \c dnd-link or \c link 144 150 \endtable 145 151 … … 224 230 Writes the \a cursor to the \a stream. 225 231 226 \sa { Format of the QDataStream operators}232 \sa {Serializing Qt Data Types} 227 233 */ 228 234 … … 251 257 Reads the \a cursor from the \a stream. 252 258 253 \sa { Format of the QDataStream operators}259 \sa {Serializing Qt Data Types} 254 260 */ 255 261
Note:
See TracChangeset
for help on using the changeset viewer.