aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/main.cpp
diff options
context:
space:
mode:
authorJens Bocklage <jens_bocklage@mentor.com>2016-12-14 07:44:25 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-14 07:44:25 +0000
commitb0632b0a5cd7e31c79c4a81764ebed329114a983 (patch)
treea408c5c485dc05514477afd5b8fa029a6f496b23 /HomeScreen/src/main.cpp
parent87a370594448b73a28ee8a8b783873cbefbc8e10 (diff)
parent57e18aeaf2a9ae292af7559580f8154527fc04f5 (diff)
Merge "Fix and improve switching applications"
Diffstat (limited to 'HomeScreen/src/main.cpp')
-rw-r--r--HomeScreen/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeScreen/src/main.cpp b/HomeScreen/src/main.cpp
index 3cf8e8c..c1f951e 100644
--- a/HomeScreen/src/main.cpp
+++ b/HomeScreen/src/main.cpp
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
LayoutHandler* layoutHandler = new LayoutHandler();
HomeScreenControlInterface* hsci = new HomeScreenControlInterface();
- QObject::connect(hsci, SIGNAL(newRequestGetAllSurfacesOfProcess(int)), layoutHandler, SLOT(requestGetAllSurfacesOfProcess(int)));
+ // QObject::connect(hsci, SIGNAL(newRequestGetAllSurfacesOfProcess(int)), layoutHandler, SLOT(requestGetAllSurfacesOfProcess(int)));
QObject::connect(hsci, SIGNAL(newRequestGetSurfaceStatus(int)), layoutHandler, SLOT(requestGetSurfaceStatus(int)));
QObject::connect(hsci, SIGNAL(newRequestsToBeVisibleApp(int)), layoutHandler, SLOT(makeMeVisible(int)));
QObject::connect(hsci, SIGNAL(newRequestRenderSurfaceToArea(int, int)), layoutHandler, SLOT(requestRenderSurfaceToArea(int,int)));