Fix initialization of `m_relevantConnection`

This commit is contained in:
Martchus 2024-02-15 22:22:18 +01:00
parent af26b47105
commit 643f0bf5ff
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ SyncthingLauncher *SyncthingLauncher::s_mainInstance = nullptr;
SyncthingLauncher::SyncthingLauncher(QObject *parent)
: QObject(parent)
, m_lastLauncherSettings(nullptr)
, m_relevantConnection(nullptr)
, m_guiListeningUrlSearch("Access the GUI via the following URL: ", "\n\r", std::string_view(),
std::bind(&SyncthingLauncher::handleGuiListeningUrlFound, this, std::placeholders::_1, std::placeholders::_2))
#ifdef SYNCTHINGWIDGETS_USE_LIBSYNCTHING