This commit is contained in:
2017-12-28 17:50:24 +01:00
commit 0cdf974310

View file

@ -84,6 +84,10 @@ ChannelView::~ChannelView()
{
QObject::disconnect(&SettingsManager::getInstance(), &SettingsManager::wordTypeMaskChanged,
this, &ChannelView::wordTypeMaskChanged);
this->messageAppendedConnection.disconnect();
this->messageRemovedConnection.disconnect();
this->repaintGifsConnection.disconnect();
this->layoutConnection.disconnect();
}
void ChannelView::queueUpdate()