summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qchar.h')
-rw-r--r--src/corelib/tools/qchar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/corelib/tools/qchar.h b/src/corelib/tools/qchar.h
index d6db72d5ac..af50f6dde7 100644
--- a/src/corelib/tools/qchar.h
+++ b/src/corelib/tools/qchar.h
@@ -93,8 +93,6 @@ public:
enum Category
{
- NoCategory, // ### Qt 5: replace with Other_NotAssigned
-
Mark_NonSpacing, // Mn
Mark_SpacingCombining, // Mc
Mark_Enclosing, // Me
@@ -130,9 +128,7 @@ public:
Symbol_Math, // Sm
Symbol_Currency, // Sc
Symbol_Modifier, // Sk
- Symbol_Other, // So
-
- Punctuation_Dask = Punctuation_Dash // ### Qt 5: remove
+ Symbol_Other // So
};
enum Direction