Index: sources/view/VAlert.h =================================================================== diff -u -r666594860f4ea32da9a2bd362d40325b881b11f9 -r5384b4f5833568db90b988b11bbd502386d2f9b2 --- sources/view/VAlert.h (.../VAlert.h) (revision 666594860f4ea32da9a2bd362d40325b881b11f9) +++ sources/view/VAlert.h (.../VAlert.h) (revision 5384b4f5833568db90b988b11bbd502386d2f9b2) @@ -21,7 +21,7 @@ #include "main.h" #include "GuiController.h" -using namespace Model; +using namespace Gui; // forward declarations class tst_views; @@ -44,8 +44,9 @@ explicit VAlert(QObject *parent = NULL); private: - PROPERTY(QString , title, "") - PROPERTY(QString , description, "") + PROPERTY(QString , title, "") + PROPERTY(QString , description, "") + PROPERTY(GuiAlertID , alertID, GuiAlertID::ID_Alert_None) signals: void didRequestShowAlert();