summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/recorddialog.cpp2
1 files changed, 1 insertions, 1 deletions
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
@@ -69,13 +69,13 @@ void RecordDialog::retPressed()
69 where = 1; 69 where = 1;
70 } 70 }
71} 71}
72 72
73void RecordDialog::incoming(OProcess *proc, char *buffer, int len) 73void RecordDialog::incoming(OProcess *proc, char *buffer, int len)
74{ 74{
75 output->setText(output->text() + QString(buffer).truncate(len-1)); 75 //output->setText(output->text() + QString(buffer).truncate(len-1));
76 printf("RecordDialog::incoming: got text from irrecord\n"); 76 printf("RecordDialog::incoming: got text from irrecord\n");
77} 77}
78 78
79void RecordDialog::done(OProcess *proc) 79void RecordDialog::done(OProcess *proc)
80{ 80{
81} 81}