Merged
Conversation
c7v
requested changes
Sep 4, 2025
| ```console | ||
| ./QSOSU-desktop-app | ||
| ``` | ||
| "# QSOLogger-v.3.0" |
Member
There was a problem hiding this comment.
Нужно откатить это изменение, поскольку я буду скоро сам править README.md
| видов связи. | ||
|
|
||
| Версия ПО: 2.1.3, версия API: 1.0 | ||
| Версия ПО: 3.0, версия API: 2.0 |
Member
There was a problem hiding this comment.
Ильдар, прошу, вынеси указание версии, куда-то в одно место, не хорошо во множество местах руками прописывать, можно случайно забыть.
| add_rda = ui->addRDA->text(); | ||
| add_ituz = ui->addITU->text().toInt(); | ||
| add_cqz = ui->addCQ->text().toInt(); | ||
| status = "Не добавлен"; |
Member
There was a problem hiding this comment.
У меня вопрос: У нас в приложении есть возможность выбрать язык, а тут я не вижу, где это всё оборачивается для работы i18n?
| { | ||
| QNetworkRequest request(QUrl("https://api.logradio.ru/user/api-token")); | ||
| request.setHeader(QNetworkRequest::ContentTypeHeader, "application/json, text/javascript, */*; q=0.01"); | ||
| request.setRawHeader(QByteArrayLiteral("X-Application-Key"), QString("f23005c5-681e-43fb-96fa-6e80c89cbb9c").toUtf8()); |
Member
There was a problem hiding this comment.
Хранить креды в коде нельзя. Нужно выносить.
| //------------------------------------------------------------------------------------------------------------------------------------------ | ||
|
|
||
| int cat_Interface::freqToBand(long freq) | ||
| int cat_Interface::freqToBand(long f) |
Member
There was a problem hiding this comment.
Я думаю что это уже не актуально после того как я завёз в API нормально частоту.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.