Skip to content

Commit

Permalink
Revert "QSOLogger"
Browse files Browse the repository at this point in the history
This reverts commit 10d57b7.
  • Loading branch information
c7v committed Oct 5, 2024
1 parent 41422b3 commit b4d2b2e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
Binary file not shown.
Binary file modified build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/debug/httpapi.o
Binary file not shown.
31 changes: 0 additions & 31 deletions build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/debug/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2127,34 +2127,3 @@
}

2024-10-04 19:07:24.279 [DEBUG] "{\"response\":{\"id\":2247,\"status\":1}}"
2024-10-04 19:29:43.031 [INFO] Succesful loaded HamDefs.xml
2024-10-04 19:29:43.046 [INFO] Loaded bands: 25
2024-10-04 19:29:43.046 [INFO] Loaded modes: 209
2024-10-04 19:29:44.198 [INFO] QSOLogger v. 1.2.362 started.
2024-10-04 19:29:51.495 [DEBUG] Checking Callsign from service. {
"callsign": "R8JR"
}

2024-10-04 19:29:51.843 [DEBUG] "{\"response\":{\"id\":2262,\"status\":1}}"
2024-10-04 19:29:55.309 [DEBUG] Checking Callsign from service. {
"callsign": "R9JRH"
}

2024-10-04 19:29:59.213 [DEBUG] Checking Callsign from service. {
"callsign": "R9JAU/P"
}

2024-10-04 19:29:59.306 [DEBUG] "{\"response\":{\"id\":2247,\"status\":1}}"
2024-10-04 19:35:59.668 [INFO] Succesful loaded HamDefs.xml
2024-10-04 19:35:59.671 [INFO] Loaded bands: 25
2024-10-04 19:35:59.672 [INFO] Loaded modes: 209
2024-10-04 19:36:00.867 [INFO] QSOLogger v. 1.2.362 started.
2024-10-04 19:37:01.095 [INFO] Succesful loaded HamDefs.xml
2024-10-04 19:37:01.098 [INFO] Loaded bands: 25
2024-10-04 19:37:01.099 [INFO] Loaded modes: 209
2024-10-04 19:37:02.256 [INFO] QSOLogger v. 1.2.362 started.
2024-10-04 19:37:09.160 [DEBUG] Checking Callsign from service. {
"callsign": "R8JR"
}

2024-10-04 19:37:09.389 [DEBUG] "{\"response\":{\"id\":2262,\"status\":1}}"
2 changes: 1 addition & 1 deletion httpapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void HttpApi::checkStatusCallsign(QString callsign)
m_reply = nullptr;
}

QNetworkRequest request = QNetworkRequest(QUrl("https://api.qso.su/method/v1/checkStatusCallsign"));
QNetworkRequest request((QUrl("https://api.qso.su/method/v1/checkStatusCallsign")));
request.setHeader(QNetworkRequest::UserAgentHeader, "QSO.SU Agent");
request.setRawHeader(QByteArrayLiteral("Authorization"), QString("Bearer " + accessToken).toUtf8());
request.setSslConfiguration(QSslConfiguration::defaultConfiguration());
Expand Down

0 comments on commit b4d2b2e

Please sign in to comment.