mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-16 04:38:43 -04:00
OTP for regular f/h mode
This commit is contained in:
@@ -51,6 +51,7 @@ bool FoxVerifier::finished() {
|
||||
return finished_;
|
||||
}
|
||||
|
||||
|
||||
void FoxVerifier::errorOccurred(QNetworkReply::NetworkError code)
|
||||
{
|
||||
int status = reply_->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
|
||||
@@ -109,3 +110,7 @@ QString FoxVerifier::formatDecodeMessage(QDateTime ts, QString callsign, QString
|
||||
else
|
||||
return QString{};
|
||||
}
|
||||
|
||||
QString FoxVerifier::default_url() {
|
||||
return QString(FOXVERIFIER_DEFAULT_BASE_URL);
|
||||
}
|
||||
Reference in New Issue
Block a user