summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qunicodetools_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qunicodetools_p.h')
-rw-r--r--src/corelib/text/qunicodetools_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qunicodetools_p.h b/src/corelib/text/qunicodetools_p.h
index 6294d9ceb4..5715444025 100644
--- a/src/corelib/text/qunicodetools_p.h
+++ b/src/corelib/text/qunicodetools_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
@@ -75,7 +75,7 @@ namespace QUnicodeTools {
struct ScriptItem
{
int position;
- int script;
+ QChar::Script script;
};
using ScriptItemArray = QVarLengthArray<ScriptItem, 64>;