aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/applauncherwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/applauncherwidget.cpp')
-rw-r--r--HomeScreen/src/applauncherwidget.cpp4
1 files changed, 2 insertions, 2 deletions
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();
}
}