aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationlauncher.cpp
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-28 14:00:55 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-28 14:00:55 +0800
commit7d29d877baafe52cc0e0bbdf7d86deff61073651 (patch)
treeb3d106a241e5c3b5be6b7f1fbe596ac3024ae0ad /homescreen/src/applicationlauncher.cpp
parent33c89065c315edd838873116bec8723326f43488 (diff)
registerShortcut
Change-Id: I66dbf6f12a890e67908594ed238556f5456b7ed7
Diffstat (limited to 'homescreen/src/applicationlauncher.cpp')
-rw-r--r--homescreen/src/applicationlauncher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/applicationlauncher.cpp b/homescreen/src/applicationlauncher.cpp
index 5a1e2d6..a72ea9f 100644
--- a/homescreen/src/applicationlauncher.cpp
+++ b/homescreen/src/applicationlauncher.cpp
@@ -81,5 +81,6 @@ void ApplicationLauncher::setCurrent(const QString &current)
{
if (m_current == current) return;
m_current = current;
+ qDebug() << "setCurrent" << m_current;
emit currentChanged(current);
}