X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fapplauncherwidget.cpp;h=26b80a0a0ab08b5ee91433bd317ad157f08bd78b;hp=d8b0bf1f7a3584da900c7f582b644473e258460c;hb=6130b67afe48de7eb0e4594d3210963b88e93fe5;hpb=2b94dd47aba5912bfb4fcb3bf3482b049d87a245 diff --git a/HomeScreen/src/applauncherwidget.cpp b/HomeScreen/src/applauncherwidget.cpp index d8b0bf1..26b80a0 100644 --- a/HomeScreen/src/applauncherwidget.cpp +++ b/HomeScreen/src/applauncherwidget.cpp @@ -141,8 +141,8 @@ void AppLauncherWidget::on_tableView_clicked(int row, int col) qDebug("pid: %d", pid); // the new app wants to be visible by default - newRequestsToBeVisibleApp(pid); + emit newRequestsToBeVisibleApp(pid); - showAppLayer(); + emit showAppLayer(); } }