diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2010-02-24 19:13:36 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-03-05 15:58:08 (GMT) |
commit | 4fcaacef2450b462f62adb14f44055dff53ec577 (patch) | |
tree | 17e331e28ec024bf1b42ef43ff2a9d823e344415 /util | |
parent | 5472420755bf1b450580f838ca3bd2798dc98d82 (diff) | |
download | Qt-4fcaacef2450b462f62adb14f44055dff53ec577.zip Qt-4fcaacef2450b462f62adb14f44055dff53ec577.tar.gz Qt-4fcaacef2450b462f62adb14f44055dff53ec577.tar.bz2 |
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.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp index 917cc5a..59617b4 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" |