X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fqlibhomescreen.cpp;fp=src%2Fqlibhomescreen.cpp;h=b53005563c0773d2c07b2bc14cdb5f44f93df9e3;hb=2cb3de1f0029741e50d2fdf842c8da0a4f3fc52b;hp=c67d408dd0300bd5fc7d96cfe729cfe44f9a4cf1;hpb=b218476402bceda7eb42d41064552a7261ff3205;p=src%2Flibqthomescreen.git diff --git a/src/qlibhomescreen.cpp b/src/qlibhomescreen.cpp index c67d408..b530055 100644 --- a/src/qlibhomescreen.cpp +++ b/src/qlibhomescreen.cpp @@ -314,3 +314,18 @@ void QLibHomeScreen::showNotification(QString icon, QString text) mp_hs->showNotification(j_obj); } + +/** + * get runnables list from homescreen-service + * + * #### Parameters + * - Nothing + * + * #### Resturn + * - None. + * + */ +void QLibHomeScreen::getRunnables(void) +{ + mp_hs->getRunnables(); +} \ No newline at end of file