Skip to content

Commit

Permalink
Merge branch 'AA5SH_561_2' into testing_0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jan 1, 2025
2 parents 0d9ad63 + d3567ac commit 363b4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/QRZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ void QRZ::actionInsert(QByteArray& data, const QString &insertPolicy)

QNetworkRequest request(url);
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
QString rheader = QString("QLog/version %1 <OK1MLG>").arg(VERSION);

request.setRawHeader("User-Agent",rheader.toUtf8() );
qCDebug(runtime) << url;

if ( currentReply )
Expand Down

0 comments on commit 363b4af

Please sign in to comment.