removed old calls to NotifyQt, and fixed missing initialization causing crash

This commit is contained in:
csoler 2025-10-15 18:49:50 +02:00
parent daaa7985a3
commit d7ff04c552
25 changed files with 9 additions and 85 deletions

View file

@ -35,8 +35,6 @@ GroupSelectionBox::GroupSelectionBox(QWidget *parent)
{
setSelectionMode(QAbstractItemView::SingleSelection);
//connect(NotifyQt::getInstance(), SIGNAL(groupsChanged(int)), this, SLOT(fillGroups()));
mEventHandlerId = 0;
rsEvents->registerEventsHandler( [this](std::shared_ptr<const RsEvent> e)