diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-06-15 07:29:57 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-06-15 07:29:57 (GMT) |
commit | 7b7f3869b15cee6f6815e10d49dcb8209a415edd (patch) | |
tree | aac369925d7a963ad5335a38ebe63ee651c64df3 /tests/auto/qglyphs | |
parent | c3314d8c8115fe5aace835b7bb59404b04cd4dec (diff) | |
download | Qt-7b7f3869b15cee6f6815e10d49dcb8209a415edd.zip Qt-7b7f3869b15cee6f6815e10d49dcb8209a415edd.tar.gz Qt-7b7f3869b15cee6f6815e10d49dcb8209a415edd.tar.bz2 |
Remove debug info from tst_QGlyphs
Mistakenly added in 171ad741fda84384a64ce56c847de7667051914c.
Diffstat (limited to 'tests/auto/qglyphs')
-rw-r--r-- | tests/auto/qglyphs/tst_qglyphs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qglyphs/tst_qglyphs.cpp b/tests/auto/qglyphs/tst_qglyphs.cpp index 5df5889..54a69dc 100644 --- a/tests/auto/qglyphs/tst_qglyphs.cpp +++ b/tests/auto/qglyphs/tst_qglyphs.cpp @@ -46,7 +46,7 @@ #include <qtextlayout.h> #include <qfontdatabase.h> -#define DEBUG_SAVE_IMAGE +// #define DEBUG_SAVE_IMAGE class tst_QGlyphs: public QObject { |