aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-22 14:20:57 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-22 14:20:57 +0900
commite221104d1e51d84212d3ec131473113c8762d3e7 (patch)
treee44dfa844372882624561253b89a1c840432bcd9 /homescreen/src/homescreenhandler.h
parentc76c903dffed920552459a808f29ff5ad32e10be (diff)
change shortcut area
Diffstat (limited to 'homescreen/src/homescreenhandler.h')
-rw-r--r--homescreen/src/homescreenhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h
index 539d380..9def3e8 100644
--- a/homescreen/src/homescreenhandler.h
+++ b/homescreen/src/homescreenhandler.h
@@ -35,6 +35,7 @@ public:
Q_INVOKABLE void tapShortcut(QString application_name, bool is_full);
Q_INVOKABLE QString getCurrentApplication();
void setCurrentApplication(QString application_name);
+ bool isSplit();
void onRep(struct json_object* reply_contents);
void onEv(const string& event, struct json_object* event_contents);
@@ -49,7 +50,7 @@ signals:
private:
LibHomeScreen *mp_hs;
- QString current_applciation;
+ QString previous_application, current_applciation;
};
#endif // HOMESCREENHANDLER_H