mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 01:24:15 -05:00
fixed missing initialization of Event handler ID in ChatLobbyDialog
This commit is contained in:
parent
d7ff04c552
commit
a08d0a62df
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags)
|
|||
myInviteYesButton = NULL;
|
||||
myInviteIdChooser = NULL;
|
||||
|
||||
mEventHandlerId = 0;
|
||||
|
||||
rsEvents->registerEventsHandler( [this](std::shared_ptr<const RsEvent> event)
|
||||
{
|
||||
RsQThreadUtils::postToObject([=](){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue