From 17068d35cc662a1cace883cfa98bb1f21534cb41 Mon Sep 17 00:00:00 2001 From: spiralman Date: Tue, 23 Jul 2002 22:39:56 +0000 Subject: made it compilable again --- (limited to 'noncore/tools') diff --git a/noncore/tools/remote/recorddialog.cpp b/noncore/tools/remote/recorddialog.cpp index 642e99c..f7cd30c 100644 --- a/noncore/tools/remote/recorddialog.cpp +++ b/noncore/tools/remote/recorddialog.cpp @@ -72,7 +72,7 @@ void RecordDialog::retPressed() void RecordDialog::incoming(OProcess *proc, char *buffer, int len) { - output->setText(output->text() + QString(buffer).truncate(len-1)); +// output->setText(output->text() + QString(buffer).truncate(len-1)); printf("RecordDialog::incoming: got text from irrecord\n"); } -- cgit v0.9.0.2