Fix clang-tidy warning
This commit is contained in:
parent
4a6db4c35f
commit
276d18a02a
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
#define MIN_VERSION_WITH_SSL_SUPPORT 6
|
||||
|
||||
LanLinkProvider::LanLinkProvider(bool testMode)
|
||||
: m_testMode(testMode)
|
||||
, m_udpSocket(this)
|
||||
: m_udpSocket(this)
|
||||
, m_testMode(testMode)
|
||||
, m_combineBroadcastsTimer(this)
|
||||
{
|
||||
m_tcpPort = 0;
|
||||
|
|
Loading…
Reference in a new issue