summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRitt Konstantin <ritt.ks@gmail.com>2010-02-24 20:13:36 +0100
committerThiago Macieira <thiago.macieira@nokia.com>2010-03-05 16:58:08 +0100
commit4fcaacef2450b462f62adb14f44055dff53ec577 (patch)
tree17e331e28ec024bf1b42ef43ff2a9d823e344415 /util
parent5472420755bf1b450580f838ca3bd2798dc98d82 (diff)
downloadqt4-tools-4fcaacef2450b462f62adb14f44055dff53ec577.tar.gz
avoid using of qunicodetables_p.h in generator
we can do that after last changes Merge-request: 480 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'util')
-rw-r--r--util/unicode/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 917cc5a166..59617b4780 100644
--- a/util/unicode/main.cpp
+++ b/util/unicode/main.cpp
@@ -45,9 +45,11 @@
#include <qbytearray.h>
#include <qstring.h>
#include <qchar.h>
-#include <private/qunicodetables_p.h>
#include <qvector.h>
#include <qdebug.h>
+#if 0
+#include <private/qunicodetables_p.h>
+#endif
#define DATA_VERSION_S "5.0"
#define DATA_VERSION_STR "QChar::Unicode_5_0"