Build with QT_NO_KEYWORDS
This commit is contained in:
committed by
Carl Schwan
parent
5c8d916752
commit
88cc972edc
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user