summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsuippresentation.cpp
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@qt.io>2018-05-25 15:25:24 +0200
committerAndy Nichols <andy.nichols@qt.io>2018-06-01 13:46:34 +0000
commitcdffc39d0320840b64b50cbac94fcd928b30e4e4 (patch)
tree0eb21d58dc993305c5a0ae31979bd7ca6dbdcbba /src/runtime/q3dsuippresentation.cpp
parentf9c4dde00969738f515bace791ae5c2dd1b8c456 (diff)
Improve visibility updates and add effective visibility trackingv2.0.0-rc
Fixes visibility for effects and layers. Change-Id: Ib0ed0f28145680171e3e78c49a68cc58332dad3b Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/runtime/q3dsuippresentation.cpp')
-rw-r--r--src/runtime/q3dsuippresentation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/q3dsuippresentation.cpp b/src/runtime/q3dsuippresentation.cpp
index f6ee5f2..b4a7aab 100644
--- a/src/runtime/q3dsuippresentation.cpp
+++ b/src/runtime/q3dsuippresentation.cpp
@@ -3387,7 +3387,6 @@ void Q3DSComponentNode::setCurrentSlide(Q3DSSlide *slide)
if (m_currentSlide == slide)
return;
- qCDebug(lcUip, "Setting new current slide %s", slide->id().constData());
m_currentSlide = slide;
}