aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindowattached.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-06-06 14:12:23 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-06-07 04:19:15 +0000
commit26bd1cb9d24b186c5361e59d4c448bfa93ef740f (patch)
tree8d6a4bf3e62b4e246db1f140c0c2e66e23846568 /src/quick/items/qquickwindowattached.cpp
parent6c75a6589f45d60c27ca52ba951266632e0c1cae (diff)
wasm: cleanup code, remove obsolete code
Change-Id: I54f406d803fa6d458ae53a78abb8c99dc76aab92 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindowattached.cpp')
-rw-r--r--src/quick/items/qquickwindowattached.cpp1
1 files changed, 1 insertions, 0 deletions
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.