diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-08-14 13:31:23 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2009-08-14 13:32:20 (GMT) |
commit | 982a43f68c3ed691b9d96e2937c05dfa4634207b (patch) | |
tree | f7cab4ec662785ca4e637d4df4d76695355a68f3 /src/corelib/codecs | |
parent | 8ea7bc92650e8e4c74e5ec2bbf05ef2b33107ee8 (diff) | |
download | Qt-982a43f68c3ed691b9d96e2937c05dfa4634207b.zip Qt-982a43f68c3ed691b9d96e2937c05dfa4634207b.tar.gz Qt-982a43f68c3ed691b9d96e2937c05dfa4634207b.tar.bz2 |
remove a ### comment
The change is actually correct, as we only need the commented out
codepath for debugging.
Diffstat (limited to 'src/corelib/codecs')
-rw-r--r-- | src/corelib/codecs/qtextcodec.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp index adfe2ed..4915c39 100644 --- a/src/corelib/codecs/qtextcodec.cpp +++ b/src/corelib/codecs/qtextcodec.cpp @@ -92,10 +92,8 @@ # define QT_NO_SETLOCALE #endif -#if 0 // ### TODO - remove me! // enabling this is not exception safe! -#define Q_DEBUG_TEXTCODEC -#endif +// #define Q_DEBUG_TEXTCODEC QT_BEGIN_NAMESPACE |