Fix a missing changed signal in AC settings
This commit is contained in:
parent
fc2d98700b
commit
df5cabad7a
@ -155,6 +155,7 @@ void ZoneInfo::setNotifications(const QList<QUuid> ¬ifications)
|
|||||||
{
|
{
|
||||||
if (m_notifications != notifications) {
|
if (m_notifications != notifications) {
|
||||||
m_notifications = notifications;
|
m_notifications = notifications;
|
||||||
|
emit notificationsChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user