33 void setAndNotify(ErrorCode code, QString description, Notifier ¬ifier)
35 const bool changed = code != m_code || description != m_description;
38 m_description = std::move(description);
41 emit notifier.errorOccurred(m_code, m_description);
44 emit notifier.errorChanged();