fixed missing initialization of Event handler ID in ChatLobbyDialog

This commit is contained in:
csoler 2025-10-26 20:53:36 +01:00
parent d7ff04c552
commit a08d0a62df

View file

@ -105,6 +105,8 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags)
myInviteYesButton = NULL; myInviteYesButton = NULL;
myInviteIdChooser = NULL; myInviteIdChooser = NULL;
mEventHandlerId = 0;
rsEvents->registerEventsHandler( [this](std::shared_ptr<const RsEvent> event) rsEvents->registerEventsHandler( [this](std::shared_ptr<const RsEvent> event)
{ {
RsQThreadUtils::postToObject([=](){ RsQThreadUtils::postToObject([=](){