X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fapplicationlauncher.cpp;h=a72ea9f09bd48c56c2f4fc48d9b879777072e8b9;hb=7d29d877baafe52cc0e0bbdf7d86deff61073651;hp=5a1e2d6fd2ddf652859196f2db44cbc40810c9ad;hpb=33c89065c315edd838873116bec8723326f43488;p=apps%2Fhomescreen.git 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 ¤t) { if (m_current == current) return; m_current = current; + qDebug() << "setCurrent" << m_current; emit currentChanged(current); }