Use service for PingSender
This commit is contained in:
parent
e792117be1
commit
8bb4fa3f35
7 changed files with 46 additions and 47 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#include <functional>
|
||||
|
||||
#include "controllerimpl.h"
|
||||
#include "mozilla/pinghelper.h"
|
||||
#include "qjsonobject.h"
|
||||
|
||||
|
||||
|
|
@ -64,7 +63,6 @@ class LocalSocketController final : public ControllerImpl {
|
|||
std::function<void(const QString&)> m_logCallback = nullptr;
|
||||
|
||||
QJsonObject m_RawConfig;
|
||||
PingHelper m_pingHelper;
|
||||
|
||||
QTimer m_initializingTimer;
|
||||
QTimer m_statusTimer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue