diff options
author | Albert Astals Cid <aacid@kde.org> | 2010-11-25 15:21:34 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-11-25 15:21:34 (GMT) |
commit | 2bfeab705c659cf12a6e7863d86da1ccdb2089dc (patch) | |
tree | 109b131c5140363a73653cc3eaf6cb425e2e76a5 /src/corelib | |
parent | 9d80633e7dea2e054b4b748032879dc302b36a23 (diff) | |
download | Qt-2bfeab705c659cf12a6e7863d86da1ccdb2089dc.zip Qt-2bfeab705c659cf12a6e7863d86da1ccdb2089dc.tar.gz Qt-2bfeab705c659cf12a6e7863d86da1ccdb2089dc.tar.bz2 |
Mention when the role was introduced
Merge-request: 814
Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index c923a41..d911c4c 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2693,7 +2693,8 @@ \value CheckStateRole This role is used to obtain the checked state of an item. (Qt::CheckState) \value InitialSortOrderRole This role is used to obtain the initial sort order - of a header view section. (Qt::SortOrder) + of a header view section. (Qt::SortOrder). This + role was introduced in Qt 4.8. Accessibility roles (with associated types): |