prepend 'emit' keyword whenever emiting signal
[staging/HomeScreen.git] / HomeScreen / src / applauncherwidget.cpp
index d8b0bf1..26b80a0 100644 (file)
@@ -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();
     }
 }