diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-27 10:40:40 +0100 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-27 10:40:40 +0100 |
commit | 634eac05a6475280f2a1cc6e41e23c0c35628247 (patch) | |
tree | fac7336dfe21c0a77568ab9f3506a225516321ec /src/gui/graphicsview | |
parent | fc7b48c2d2fb5926fa0b50f378fadc583564b7b8 (diff) | |
download | qt4-tools-634eac05a6475280f2a1cc6e41e23c0c35628247.tar.gz |
doc: Included a note showing the actual value of UserType.
Task-number: QTBUG-7606
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 1361a89d28..1ea69fb8df 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -276,6 +276,8 @@ and declaring a Type enum value. Example: \snippet doc/src/snippets/code/src_gui_graphicsview_qgraphicsitem.cpp 1 + + \note UserType = 65536 */ /*! |