Build with QT_NO_KEYWORDS

This commit is contained in:
Nicolas Fella
2020-12-28 14:52:52 +01:00
committed by Carl Schwan
parent 5c8d916752
commit 88cc972edc
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ void NeoChatUser::setColor(const QColor &color)
}
m_color = color;
emit colorChanged(m_color);
Q_EMIT colorChanged(m_color);
}
void NeoChatUser::polishColor()