diff --git a/slsDetectorGui/src/qTabMessages.cpp b/slsDetectorGui/src/qTabMessages.cpp index 2524aa3a6..647df9d18 100755 --- a/slsDetectorGui/src/qTabMessages.cpp +++ b/slsDetectorGui/src/qTabMessages.cpp @@ -38,8 +38,6 @@ void qTabMessages::Initialization() { connect(btnSave, SIGNAL(clicked()), this, SLOT(SaveLog())); connect(btnClear, SIGNAL(clicked()), this, SLOT(ClearLog())); connect(dispCommand, SIGNAL(returnPressed()), this, SLOT(ExecuteCommand())); - //connect(process, SIGNAL(readAllStandardError()), this, SLOT(AppendError())); - //connect(process, SIGNAL(readyReadStandardOutput()), this, SLOT(AppendOutput())); } void qTabMessages::ExecuteCommand() { @@ -81,7 +79,6 @@ void qTabMessages::AppendError() { } - void qTabMessages::customEvent(QEvent *e) { if (e->type() == (STREAMEVENT)) { QString temp = ((qStreamEvent *)e)->getString();