sup with these wrong connects?

This commit is contained in:
confuseh
2017-01-22 18:43:32 +00:00
parent be92a82891
commit b68ab726e6
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -25,14 +25,14 @@ ChatWidgetView::ChatWidgetView(ChatWidget *parent)
QObject::connect(&settings::Settings::getInstance(),
&settings::Settings::wordTypeMaskChanged, this,
&wordTypeMaskChanged);
&ChatWidgetView::wordTypeMaskChanged);
}
ChatWidgetView::~ChatWidgetView()
{
QObject::disconnect(&settings::Settings::getInstance(),
&settings::Settings::wordTypeMaskChanged, this,
&wordTypeMaskChanged);
&ChatWidgetView::wordTypeMaskChanged);
}
bool