summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatictext
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eblomfel@trolltech.com>2009-08-19 13:36:20 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-14 12:56:54 (GMT)
commit73d686c7e8ddb075e1fd3219f0c212bfc5cac200 (patch)
tree7ee748bb81e48ae74a1e14ed6d1ec7b57669ea4d /tests/auto/qstatictext
parentbf86841fd9ec41263b2fd53b3f69661f09cfa9b9 (diff)
downloadQt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.zip
Qt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.tar.gz
Qt-73d686c7e8ddb075e1fd3219f0c212bfc5cac200.tar.bz2
Remove debug output
Don't save images by default.
Diffstat (limited to 'tests/auto/qstatictext')
-rw-r--r--tests/auto/qstatictext/tst_qstatictext.cpp2
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
{