-
-
Notifications
You must be signed in to change notification settings - Fork 2
Release v3.0-dev #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.0-dev #31
Conversation
| ```console | ||
| ./QSOSU-desktop-app | ||
| ``` | ||
| "# QSOLogger-v.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нужно откатить это изменение, поскольку я буду скоро сам править README.md
| видов связи. | ||
|
|
||
| Версия ПО: 2.1.3, версия API: 1.0 | ||
| Версия ПО: 3.0, версия API: 2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ильдар, прошу, вынеси указание версии, куда-то в одно место, не хорошо во множество местах руками прописывать, можно случайно забыть.
| add_rda = ui->addRDA->text(); | ||
| add_ituz = ui->addITU->text().toInt(); | ||
| add_cqz = ui->addCQ->text().toInt(); | ||
| status = "Не добавлен"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У меня вопрос: У нас в приложении есть возможность выбрать язык, а тут я не вижу, где это всё оборачивается для работы 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()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Хранить креды в коде нельзя. Нужно выносить.
| //------------------------------------------------------------------------------------------------------------------------------------------ | ||
|
|
||
| int cat_Interface::freqToBand(long freq) | ||
| int cat_Interface::freqToBand(long f) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я думаю что это уже не актуально после того как я завёз в API нормально частоту.
No description provided.