Use networkchecker for all protocols

This commit is contained in:
Mykola Baibuz 2025-03-27 21:06:47 +02:00
parent 9b41ed66bb
commit 4b86425992
7 changed files with 45 additions and 16 deletions

View file

@ -60,10 +60,9 @@ class LocalSocketController final : public ControllerImpl {
QByteArray m_buffer;
QString m_deviceIpv4;
std::function<void(const QString&)> m_logCallback = nullptr;
QJsonObject m_RawConfig;
QTimer m_initializingTimer;
uint32_t m_initializingRetry = 0;
};