mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
Don't send stderr to wsjtx.log in Linux, I want to see qDebug() output.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2744 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
be6b691ed7
commit
217f84e030
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user