Commit 81452e02 authored by Don Gagne's avatar Don Gagne

Error messages to text box

parent 3f857339
......@@ -17,6 +17,7 @@ QGCUASFileView::QGCUASFileView(QWidget *parent, QGCUASFileManager *manager) :
connect(ui->downloadButton, SIGNAL(clicked()), this, SLOT(downloadFiles()));
connect(_manager, SIGNAL(statusMessage(QString)), ui->messageArea, SLOT(appendPlainText(QString)));
connect(_manager, SIGNAL(errorMessage(QString)), ui->messageArea, SLOT(appendPlainText(QString)));
connect(_manager, SIGNAL(resetStatusMessages()), ui->messageArea, SLOT(clear()));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment