This commit is contained in:
maliakal_d 2019-07-08 13:46:54 +02:00
parent 74bb7a3f1b
commit d344365470

View File

@ -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();