X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fapplauncherwidget.cpp;h=26b80a0a0ab08b5ee91433bd317ad157f08bd78b;hb=43c6b242b71a35a164b8e14a54c99f2bf667b37b;hp=efa4c2aeccca2a1638d6757bebe34f2e87ceb9d4;hpb=4ccab203994f2472641c429bb4b86535c5128884;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/applauncherwidget.cpp b/HomeScreen/src/applauncherwidget.cpp index efa4c2a..26b80a0 100644 --- a/HomeScreen/src/applauncherwidget.cpp +++ b/HomeScreen/src/applauncherwidget.cpp @@ -114,11 +114,11 @@ void AppLauncherWidget::populateAppList() } - for (i = 0; i < (mp_appTable->rowCount() * APP_LIST_COLUMN_COUNT); i++) + /*for (i = 0; i < (mp_appTable->rowCount() * APP_LIST_COLUMN_COUNT); i++) { mp_appTable->verticalHeader()->resizeSection(i, 190); mp_appTable->horizontalHeader()->resizeSection(i, 190); - } + }*/ for (i = 0; i < m_appList.size(); i++) { @@ -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(); } }