aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/homescreenhandler.cpp')
-rw-r--r--homescreen/src/homescreenhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/homescreenhandler.cpp b/homescreen/src/homescreenhandler.cpp
index cbf816a..2e5c9cf 100644
--- a/homescreen/src/homescreenhandler.cpp
+++ b/homescreen/src/homescreenhandler.cpp
@@ -133,7 +133,7 @@ void HomescreenHandler::tapShortcut(QString application_id, bool is_full)
void HomescreenHandler::updateShortcut(QString id, struct json_object* object)
{
- mp_qhs->updateShortcut(id.toStdString().c_str(), object);
+ mp_qhs->updateShortcut(id, object);
}