diff options
author | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-08-19 13:36:20 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-14 12:56:54 (GMT) |
commit | 73d686c7e8ddb075e1fd3219f0c212bfc5cac200 (patch) | |
tree | 7ee748bb81e48ae74a1e14ed6d1ec7b57669ea4d /tests/auto | |
parent | bf86841fd9ec41263b2fd53b3f69661f09cfa9b9 (diff) | |
download | Qt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.zip Qt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.tar.gz Qt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.tar.bz2 |
Remove debug output
Don't save images by default.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qstatictext/tst_qstatictext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstatictext/tst_qstatictext.cpp b/tests/auto/qstatictext/tst_qstatictext.cpp index 0eda3c3..50a1d2e 100644 --- a/tests/auto/qstatictext/tst_qstatictext.cpp +++ b/tests/auto/qstatictext/tst_qstatictext.cpp @@ -47,7 +47,7 @@ #include <private/qstatictext_p.h> -#define DEBUG_SAVE_IMAGE +// #define DEBUG_SAVE_IMAGE class tst_QStaticText: public QObject { |