From: Tasuku Suzuki Date: Fri, 2 Dec 2016 03:58:58 +0000 (+0900) Subject: replace a SLOT macro with SIGNAL where a signal is triggered X-Git-Tag: 3.0.0~46 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=505ec164e5174ddd838c0cac1e3e828930cb3b50 replace a SLOT macro with SIGNAL where a signal is triggered Change-Id: I133b16c7a61b5998c37724b34d631f85448f66e2 Signed-off-by: Tasuku Suzuki --- diff --git a/HomeScreen/src/layouthandler.cpp b/HomeScreen/src/layouthandler.cpp index 5109536..6aad54b 100644 --- a/HomeScreen/src/layouthandler.cpp +++ b/HomeScreen/src/layouthandler.cpp @@ -33,7 +33,7 @@ LayoutHandler::LayoutHandler(QObject *parent) : "org.agl.windowmanager", "surfaceVisibilityChanged", this, - SLOT(surfaceVisibilityChanged(int,bool))); + SIGNAL(surfaceVisibilityChanged(int,bool))); } LayoutHandler::~LayoutHandler()