summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-09 10:17:03 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-09 12:54:49 (GMT)
commit5039d39f3af42d23bba1f1c0ae10365ebcd82b4a (patch)
treee8e925b0aa39e15b613dd4f0a08f5e45b0a86451 /src/corelib/kernel
parent7cd3e8233090f2937e38aff846a30635bcd14eb6 (diff)
downloadQt-5039d39f3af42d23bba1f1c0ae10365ebcd82b4a.zip
Qt-5039d39f3af42d23bba1f1c0ae10365ebcd82b4a.tar.gz
Qt-5039d39f3af42d23bba1f1c0ae10365ebcd82b4a.tar.bz2
small change to reduce static data size
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qvariant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qvariant.cpp b/src/corelib/kernel/qvariant.cpp
index 2ff9818..e6f1c48 100644
--- a/src/corelib/kernel/qvariant.cpp
+++ b/src/corelib/kernel/qvariant.cpp
@@ -1823,7 +1823,7 @@ QVariant::Type QVariant::nameToType(const char *name)
#ifndef QT_NO_DATASTREAM
enum { MapFromThreeCount = 35 };
-static const uint map_from_three[MapFromThreeCount] =
+static const ushort map_from_three[MapFromThreeCount] =
{
QVariant::Invalid,
QVariant::Map,