From 26bd1cb9d24b186c5361e59d4c448bfa93ef740f Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 6 Jun 2018 14:12:23 +1000 Subject: wasm: cleanup code, remove obsolete code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I54f406d803fa6d458ae53a78abb8c99dc76aab92 Reviewed-by: Morten Johan Sørvig --- src/quick/items/qquickwindowattached.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quick/items/qquickwindowattached.cpp') diff --git a/src/quick/items/qquickwindowattached.cpp b/src/quick/items/qquickwindowattached.cpp index 37f0a812e7..481366222d 100644 --- a/src/quick/items/qquickwindowattached.cpp +++ b/src/quick/items/qquickwindowattached.cpp @@ -116,6 +116,7 @@ void QQuickWindowAttached::windowChange(QQuickWindow *window) if (!window) return; + // QQuickWindowQmlImpl::visibilityChanged also exists, and window might even // be QQuickWindowQmlImpl, but that's not what we are connecting to. // So this is actual window state rather than a buffered or as-requested one. -- cgit v1.2.3