disable printing to tmp file
This commit is contained in:
parent
3d69417539
commit
9c5bd49c3c
@ -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());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user