mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
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:
parent
640c0c00fe
commit
e38c71af1e
@ -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()
|
||||
|
@ -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:
|
||||
|
@ -31,7 +31,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string> UTC Sync DT Freq</string>
|
||||
<string> UTC Sync DT Freq</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user