X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhomescreenhandler.h;fp=homescreen%2Fsrc%2Fhomescreenhandler.h;h=5dfe041993318d6b2e33ae6046857315ba2a6ed7;hb=4667d93a852d66a57a2d7d26957c3aab6845756e;hp=1a9a2b5225365cab74dcea49deee47b6ec2b5008;hpb=42fe4411428f81427ce8993886e28504012219d2;p=apps%2Fhomescreen.git diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h index 1a9a2b5..5dfe041 100644 --- a/homescreen/src/homescreenhandler.h +++ b/homescreen/src/homescreenhandler.h @@ -40,6 +40,10 @@ public: static void* myThis; static void onRep_static(struct json_object* reply_contents); static void onEv_static(const string& event, struct json_object* event_contents); + +signals: + void showNotification(QString application_id, QString icon_path, QString text); + void showInformation(QString info); private: LibHomeScreen *mp_hs; };