mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
remove old fox rate queue mechanism. Update rates periodically
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ FoxLog::impl::impl (Configuration const * configuration)
|
||||
|
||||
QString FoxLog::rate()
|
||||
{
|
||||
return QString("Last_10: %1, Last_100: %2, Last_60m:%3").arg(QString::number(this->rate_last_n(10),'f',0),
|
||||
return QString("Last_10: %1, Last_100: %2, Last_60m: %3").arg(QString::number(this->rate_last_n(10),'f',0),
|
||||
QString::number(this->rate_last_n(100),'f',0),
|
||||
QString::number(this->rate_60m()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user