aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/homescreenhandler.h')
-rw-r--r--homescreen/src/homescreenhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h
index 9def3e8..539d380 100644
--- a/homescreen/src/homescreenhandler.h
+++ b/homescreen/src/homescreenhandler.h
@@ -35,7 +35,6 @@ 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);
@@ -50,7 +49,7 @@ signals:
private:
LibHomeScreen *mp_hs;
- QString previous_application, current_applciation;
+ QString current_applciation;
};
#endif // HOMESCREENHANDLER_H