mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-13 06:48:39 -04:00
clean up some definitions
This commit is contained in:
parent
fe833b26ce
commit
f9906120d3
@ -1124,7 +1124,7 @@ QString Configuration::OTPUrl() const
|
||||
return m_->OTPUrl_;
|
||||
}
|
||||
|
||||
u_int Configuration::OTPinterval() const
|
||||
unsigned int Configuration::OTPinterval() const
|
||||
{
|
||||
return m_->OTPinterval_;
|
||||
}
|
||||
|
@ -198,7 +198,7 @@ public:
|
||||
QString OTPSeed() const;
|
||||
QString OTPUrl() const;
|
||||
bool OTPEnabled() const;
|
||||
u_int OTPinterval() const;
|
||||
unsigned int OTPinterval() const;
|
||||
// 0 1 2 3 4 5 6 7 8 9
|
||||
enum class SpecialOperatingActivity {NONE, NA_VHF, EU_VHF, FIELD_DAY, RTTY, WW_DIGI, FOX, HOUND, ARRL_DIGI, Q65_PILEUP};
|
||||
SpecialOperatingActivity special_op_id () const;
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <QPointer>
|
||||
#include <QtNetwork/QNetworkAccessManager>
|
||||
#include <QtNetwork/QNetworkReply>
|
||||
#include <QMutex>
|
||||
|
||||
#define FOXVERIFIER_DEFAULT_TIMEOUT_MSEC 5000
|
||||
#define FOXVERIFIER_DEFAULT_BASE_URL "https://www.9dx.cc"
|
||||
|
Loading…
Reference in New Issue
Block a user