X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhomescreenhandler.h;h=503221aaf5c653b7ca2c44819fa8d3375a59830a;hb=e490ff1e1e31b4a837cb8063f7346dc65ffe073e;hp=d94740b6c9d1cd4875cce920e5a4615634850c5c;hpb=fda3079ca8ff4a6ec6a67981ba1cdc56a8c0c3ab;p=apps%2Fhomescreen.git diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h index d94740b..503221a 100644 --- a/homescreen/src/homescreenhandler.h +++ b/homescreen/src/homescreenhandler.h @@ -48,6 +48,8 @@ public: static void onEv_static(const string& event, struct json_object* event_contents); #endif + void addAppToStack(const QString& application_id); + signals: void showNotification(QString application_id, QString icon_path, QString text); void showInformation(QString info); @@ -60,6 +62,7 @@ private: ApplicationLauncher *mp_launcher; Shell *aglShell; org::automotivelinux::AppLaunch *applaunch_iface; + QStringList apps_stack; }; #endif // HOMESCREENHANDLER_H