1 #ifndef MODEL_NOTIFICATION_H 2 #define MODEL_NOTIFICATION_H 9 ModelNotification(
const std::string &sType,
const std::string &sSection,
const std::string &sMessage);
20 #endif // MODEL_NOTIFICATION_H std::string message()
Definition: model_notification.cpp:23
std::string m_sSection
Definition: model_notification.h:16
ModelNotification(const std::string &sType, const std::string &sSection, const std::string &sMessage)
Definition: model_notification.cpp:6
std::string TAG
Definition: model_notification.h:14
Definition: model_notification.h:7
nlohmann::json toJson()
Definition: model_notification.cpp:29
std::string m_sMessage
Definition: model_notification.h:17
std::string m_sType
Definition: model_notification.h:15
std::string type()
Definition: model_notification.cpp:17