X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhomescreenhandler.h;fp=homescreen%2Fsrc%2Fhomescreenhandler.h;h=e0141921f58a9a0394449039880a15a725f20fa3;hb=74b01c721051068d485a0ab90b1df58c3ff09253;hp=a2baeb2d6d140e32c7b987250f363ee8f3de252e;hpb=444b2a68a503caaf0d58729d8297ef179215e3c1;p=apps%2Fhomescreen.git diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h index a2baeb2..e014192 100644 --- a/homescreen/src/homescreenhandler.h +++ b/homescreen/src/homescreenhandler.h @@ -30,6 +30,7 @@ public: void activateApp(const QString& app_id); void deactivateApp(const QString& app_id); + std::list> pending_app_list; signals: void showNotification(QString application_id, QString icon_path, QString text); void showInformation(QString info);