diff options
author | Konstantin Ritt <ritt.ks@gmail.com> | 2010-11-29 17:45:00 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-11-29 17:52:32 (GMT) |
commit | 3f314cb73b9404ac899d503c1ec16aeafe33ea4b (patch) | |
tree | 206d8917ae09bd8d52407fb93f7c41659c50f8e5 /src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp | |
parent | ac8535b0277670e2a8f572045306e957ffa4dfc1 (diff) | |
download | Qt-3f314cb73b9404ac899d503c1ec16aeafe33ea4b.zip Qt-3f314cb73b9404ac899d503c1ec16aeafe33ea4b.tar.gz Qt-3f314cb73b9404ac899d503c1ec16aeafe33ea4b.tar.bz2 |
add reminders for Qt 5.0
* QChar::NoCategory is a `fake` category since there is no relevant equivalence
for it in the Unicode specs; the default category for
invalid/unassigned codepoints is QChar::Other_NotAssigned.
QChar::NoCategory already caused some troubles in the past, so let's remember
that lesson and do not repeat this mistake anymore;
* QChar::Unicode_Unassigned == 0 and thus it is less than any other QChar::UnicodeVersion value
that makes test for unassigned (in some Unicode version) codepoints a bit more complex
(eg `if (v == QChar::Unicode_Unassigned || v > QChar::Unicode_3_1)` to check
if some codepoint is unassigned for Unicode 3.1);
* QChar::Punctuation_Dask was just a typo.
Merge-request: 947
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp')
0 files changed, 0 insertions, 0 deletions