aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/homescreenhandler.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-20 11:30:10 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-20 11:30:10 +0800
commit353da85004c72efb2bd6f117a15713b58e0df866 (patch)
treefe671f2054700006c6da6ecb4ec6691d54a42f49 /launcher/src/homescreenhandler.h
parent23279bbda23eff48249dbec1e802583d217549b1 (diff)
change seq
Change-Id: I088e279f15505e3a38e71960ce1e8d2d460c7fb7
Diffstat (limited to 'launcher/src/homescreenhandler.h')
-rw-r--r--launcher/src/homescreenhandler.h6
1 files changed, 4 insertions, 2 deletions
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 <QObject>
-#include <libhomescreen.hpp>
+#include <QQuickWindow>
+#include <qlibhomescreen.h>
#include <string>
#include <qlibwindowmanager.h>
@@ -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;
};