diff --git a/mainwindow.cpp b/mainwindow.cpp index acb640a2a..99a204f00 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -27,7 +27,9 @@ MainWindow::MainWindow(QWidget *parent) : { ui->setupUi(this); +#ifdef WIN32 freopen("wsjtx.log","w",stderr); +#endif on_EraseButton_clicked(); ui->labUTC->setStyleSheet( \ "QLabel { background-color : black; color : yellow; }"); @@ -114,8 +116,6 @@ MainWindow::MainWindow(QWidget *parent) : m_dataAvailable=false; decodeBusy(false); - qDebug() << "AA"; - ui->xThermo->setFillBrush(Qt::green); PaError paerr=Pa_Initialize(); //Initialize Portaudio if(paerr!=paNoError) {