X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fsrc%2Fhomescreenhandler.h;h=6f0602dfd4b39c223efcb823831dca4f69983acb;hb=353da85004c72efb2bd6f117a15713b58e0df866;hp=09b68481cbb90db3e6a03dba74357f51afacdbbf;hpb=23279bbda23eff48249dbec1e802583d217549b1;p=apps%2Flauncher.git diff --git a/launcher/src/homescreenhandler.h b/launcher/src/homescreenhandler.h index 09b6848..6f0602d 100644 --- a/launcher/src/homescreenhandler.h +++ b/launcher/src/homescreenhandler.h @@ -19,7 +19,8 @@ #define HOMESCREENHANDLER_H #include -#include +#include +#include #include #include @@ -41,13 +42,14 @@ public: static void* myThis; static void onRep_static(struct json_object* reply_contents); + void setQuickWindow(QQuickWindow *qw); signals: void initAppList(QString data); void appListUpdate(QStringList info); private: - LibHomeScreen *mp_hs; + QLibHomeScreen *mp_qhs; QLibWindowmanager *mp_qwm; QString m_myname; };