registerShortcut
[apps/homescreen.git] / homescreen / src / applicationlauncher.cpp
index 5a1e2d6..a72ea9f 100644 (file)
@@ -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);
 }