disable printing to tmp file

This commit is contained in:
dockes 2009-01-15 17:05:14 +00:00
parent 3d69417539
commit 9c5bd49c3c

View File

@ -341,7 +341,7 @@ void ResList::resultPageFirst()
void ResList::append(const QString &text) void ResList::append(const QString &text)
{ {
QTEXTBROWSER::append(text); QTEXTBROWSER::append(text);
#if 1 #if 0
{ {
FILE *fp = fopen("/tmp/debugreslist", "a"); FILE *fp = fopen("/tmp/debugreslist", "a");
fprintf(fp, "%s\n", (const char *)text.utf8()); fprintf(fp, "%s\n", (const char *)text.utf8());