Clear Message Averaging window when ClrAvg is clicked. Remove some

obsolete code.  Tweak a label.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5588 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-06-11 17:18:07 +00:00
parent 640c0c00fe
commit e38c71af1e
3 changed files with 2 additions and 7 deletions

View File

@ -1536,14 +1536,10 @@ void MainWindow::freezeDecode(int n) //freezeDecode()
if((n%100)==2) on_DecodeButton_clicked (true);
}
void MainWindow::clrAvg()
{
m_nclearave=1;
}
void MainWindow::on_ClrAvgButton_clicked()
{
m_nclearave=1;
if(m_msgAvgWidget->isVisible()) m_msgAvgWidget->displayAvg("");
}
void MainWindow::msgAvgDecode2()

View File

@ -97,7 +97,6 @@ public slots:
void p1Error(QProcess::ProcessError);
void setXIT(int n);
void setFreq4(int rxFreq, int txFreq);
void clrAvg();
void msgAvgDecode2();
protected:

View File

@ -31,7 +31,7 @@
</font>
</property>
<property name="text">
<string> UTC Sync DT Freq</string>
<string> UTC Sync DT Freq</string>
</property>
</widget>
</item>